Skip to content

Commit

Permalink
chore: do not delete id during update
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Aug 29, 2024
1 parent 06560ca commit 5411e05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,6 @@ impl MultiApplication for LalaMusicBar {
Message::ToggleLauncher => {
if self.launcher.is_some() {
if let Some(id) = self.launcherid {
self.launcher.take();
return Command::single(Action::Window(WindowAction::Close(id)));
}
return Command::none();
Expand Down

0 comments on commit 5411e05

Please sign in to comment.