aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-06-24 17:18:01 +0200
committerdec05eba <dec05eba@protonmail.com>2025-06-24 17:18:01 +0200
commitc52c77212d98448eabbb455809e17dd3484ca4dd (patch)
treebb73d52ad01d17d6a73411dc47cc58329ed29745
parent7fc1fda03033eed732d984f7c786a9cbb1d4a78d (diff)
Launch new ui immediately after switching to itHEADmaster
-rw-r--r--src/main.cpp4
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;
}