diff --git a/lala_bar/src/main.rs b/lala_bar/src/main.rs index 2f746fd..b92b7b2 100644 --- a/lala_bar/src/main.rs +++ b/lala_bar/src/main.rs @@ -997,6 +997,8 @@ impl MultiApplication for LalaMusicBar { } if !self.quite_mode && notify.counter == MAX_SHOWN_NOTIFICATIONS_COUNT - 1 + && !notify.to_delete // NOTE: if is marked to deleted before + // it should be skipped && !self .showned_notifications .iter()