Skip to content

Commit

Permalink
fix: wrong count
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Aug 14, 2024
1 parent ad42705 commit d992b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ impl MultiApplication for LalaMusicBar {
LaLaInfo::HiddenInfo => {
return text(format!(
"hidden notifications {}",
self.hidden_notifications().count() as i32 - 4
self.hidden_notifications().count()
))
.into();
}
Expand Down

0 comments on commit d992b77

Please sign in to comment.