diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-09-30 04:10:15 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-09-30 04:10:15 +0200 |
commit | 1b000fbb437f25aaab5cf6394c81f771b4d46a83 (patch) | |
tree | 101904f5962083f51397b3c1d24615efa3a74932 /src | |
parent | 14a83e94bdcd42fd38d212ce725e68769d6a535b (diff) |
Use valid app id
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 1c13d81..821b777 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_FLAGS_NONE); + GtkApplication *app = gtk_application_new("org.dec05eba.gpu_screen_recorder", G_APPLICATION_DEFAULT_FLAGS); g_signal_connect(app, "activate", G_CALLBACK(activate), nullptr); int status = g_application_run(G_APPLICATION(app), argc, argv); g_object_unref(app); |