diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-31 10:36:02 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-31 10:36:02 +0100 |
commit | 9084ef746cdf1aff19b3512f400411d731a8b8c1 (patch) | |
tree | 22431b7596e222aef2b03c47526270dcce741a02 /src | |
parent | 8ea53d0360aeabe74d58da297ac7eb6cee1eac3b (diff) |
Appdata: fix streaming not working in the new UI
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
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; } |