aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 6b06ddb..c22634d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2806,7 +2806,7 @@ static gboolean on_click_switch_to_new_ui(GtkButton*, gpointer) {
if(!service_install_successful)
launch_gsr_ui(true);
- exit(0);
+ g_application_quit(G_APPLICATION(select_window_userdata.app));
return true;
}