diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index eb19afe..91f7c3d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2940,9 +2940,7 @@ static gboolean on_click_switch_to_new_ui(GtkButton*, gpointer) { gtk_widget_destroy(dialog); } - if(!service_install_successful) - launch_gsr_ui(false); - + launch_gsr_ui(false); g_application_quit(G_APPLICATION(select_window_userdata.app)); return true; } |