diff --git a/lala_bar/src/main.rs b/lala_bar/src/main.rs index 0f2af0c..4e11027 100644 --- a/lala_bar/src/main.rs +++ b/lala_bar/src/main.rs @@ -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();