From 9084ef746cdf1aff19b3512f400411d731a8b8c1 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 31 Dec 2024 10:36:02 +0100 Subject: Appdata: fix streaming not working in the new UI --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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; } -- cgit v1.2.3