diff --git a/src/modules/launcher/mod.rs b/src/modules/launcher/mod.rs index 39519b3..5a18818 100644 --- a/src/modules/launcher/mod.rs +++ b/src/modules/launcher/mod.rs @@ -468,10 +468,6 @@ impl Module for LauncherModule { let tx = controller_tx.clone(); button.connect_clicked(move |button| { try_send!(tx, ItemEvent::FocusWindow(win.id)); - - if let Some(win) = button.window() { - win.hide(); - } }); }