Skip to content

Commit

Permalink
chore: fmt problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Aug 14, 2024
1 parent df52c6f commit b8874c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,8 @@ impl MultiApplication for LalaMusicBar {
},
);
if self.notifications.len() > MAX_SHOWN_NOTIFICATIONS_COUNT
&& self.hidenid.is_none() && !self.quite_mode
&& self.hidenid.is_none()
&& !self.quite_mode
{
commands.push(Command::single(
LaLaShellIdAction::new(
Expand Down

0 comments on commit b8874c6

Please sign in to comment.