From 321ad1fe12e592f79d7aeaf71b11e76252a94a95 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 30 Sep 2022 04:12:03 +0200 Subject: flatpak olldddd --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 821b777..3419245 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1692,7 +1692,7 @@ static void activate(GtkApplication *app, gpointer userdata) { int main(int argc, char **argv) { setlocale(LC_ALL, "C"); - GtkApplication *app = gtk_application_new("org.dec05eba.gpu_screen_recorder", G_APPLICATION_DEFAULT_FLAGS); + GtkApplication *app = gtk_application_new("org.dec05eba.gpu_screen_recorder", G_APPLICATION_FLAGS_NONE); g_signal_connect(app, "activate", G_CALLBACK(activate), nullptr); int status = g_application_run(G_APPLICATION(app), argc, argv); g_object_unref(app); -- cgit v1.2.3