Skip to content

Commit b68e88b

Browse files
committed
fix: prevent running multiple app instances on Linux
1 parent 848106b commit b68e88b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linux/my_application.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,5 @@ static void my_application_init(MyApplication* self) {}
119119
MyApplication* my_application_new() {
120120
return MY_APPLICATION(g_object_new(my_application_get_type(),
121121
"application-id", APPLICATION_ID,
122-
"flags", G_APPLICATION_NON_UNIQUE,
123122
nullptr));
124123
}

0 commit comments

Comments
 (0)