🐛 Trying to make the macOS app do not quit after all windows closed

This commit is contained in:
2025-09-06 11:53:22 +08:00
parent 3b375abc09
commit 580d9fd979
3 changed files with 16 additions and 6 deletions

View File

@@ -32,5 +32,14 @@
<string>public.app-category.social-networking</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSSupportsAutomaticTermination</key>
<false/>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<true/>
<key>UISceneConfigurations</key>
<dict/>
</dict>
</dict>
</plist>