diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-24 17:18:01 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-24 17:18:01 +0200 |
commit | c52c77212d98448eabbb455809e17dd3484ca4dd (patch) | |
tree | bb73d52ad01d17d6a73411dc47cc58329ed29745 /src | |
parent | 7fc1fda03033eed732d984f7c786a9cbb1d4a78d (diff) |
Diffstat (limited to 'src')
-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; } |