🐛 Trying to make the macOS app do not quit after all windows closed
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user