diff --git a/podcasts-gtk/src/app.rs b/podcasts-gtk/src/app.rs index 02bc993..9eccb99 100644 --- a/podcasts-gtk/src/app.rs +++ b/podcasts-gtk/src/app.rs @@ -305,9 +305,9 @@ impl App { info!("Init complete"); application.connect_activate(clone!(app => move |_| { info!("GApplication::activate"); - app.window.show_all(); app.window.activate(); })); + app.window.show_all(); })); // Weird magic I copy-pasted that sets the Application Name in the Shell.