diff options
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | project.conf | 2 | ||||
-rw-r--r-- | src/main.cpp | 4 |
3 files changed, 3 insertions, 5 deletions
diff --git a/meson.build b/meson.build index 9213ee3..ee35e06 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.7.5', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.7.6', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' diff --git a/project.conf b/project.conf index 5a096da..ddf4c22 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "5.7.5" +version = "5.7.6" platforms = ["posix"] [config] 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; } |