🐛 Close #15 with vide coding (not tested)
This commit is contained in:
@ -102,6 +102,6 @@ static void my_application_init(MyApplication* self) {}
|
||||
MyApplication* my_application_new() {
|
||||
return MY_APPLICATION(g_object_new(my_application_get_type(),
|
||||
"application-id", APPLICATION_ID,
|
||||
"flags", G_APPLICATION_NON_UNIQUE,
|
||||
"flags", G_APPLICATION_FLAGS_NONE,
|
||||
nullptr));
|
||||
}
|
||||
|
Reference in New Issue
Block a user