claude: mogut initBalloonFormations() a un fitxer extern
This commit is contained in:
@@ -58,7 +58,7 @@ void Notifier::update() {
|
||||
|
||||
auto Notifier::shouldProcessNotification(int index) const -> bool {
|
||||
// Si la notificación anterior está "saliendo", no hagas nada
|
||||
return !(index > 0 && notifications_[index - 1].state == NotificationStatus::RISING);
|
||||
return index <= 0 || notifications_[index - 1].state != NotificationStatus::RISING;
|
||||
}
|
||||
|
||||
void Notifier::processNotification(int index) {
|
||||
|
||||
Reference in New Issue
Block a user