Skip to content

Commit

Permalink
fix: quite mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Sep 20, 2024
1 parent 00aa511 commit 3fe1c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@ impl MultiApplication for LalaMusicBar {
self.update_hidden_notification();

if !self.hidden_notification().is_empty()
&& !self.quite_mode
&& self.hiddenid.is_none()
&& !self.hiddenid_lock
{
Expand Down

0 comments on commit 3fe1c53

Please sign in to comment.