🐛 Close #15 with vide coding (not tested)

This commit is contained in:
2025-03-20 22:45:53 +08:00
parent 02227852f8
commit 2de93a0486
2 changed files with 22 additions and 1 deletions

View File

@ -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));
}