We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848106b commit b68e88bCopy full SHA for b68e88b
linux/my_application.cc
@@ -119,6 +119,5 @@ static void my_application_init(MyApplication* self) {}
119
MyApplication* my_application_new() {
120
return MY_APPLICATION(g_object_new(my_application_get_type(),
121
"application-id", APPLICATION_ID,
122
- "flags", G_APPLICATION_NON_UNIQUE,
123
nullptr));
124
}
0 commit comments