Skip to content

Commit

Permalink
fix: maybe still error happened
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Aug 14, 2024
1 parent 0c5daba commit d793d14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d793d14

Please sign in to comment.