Fix game mode on MacOS <26 (#1362)

This commit is contained in:
Loïs
2026-05-15 06:56:28 +02:00
committed by GitHub
parent 025a425884
commit 6a27fa23c8
+3 -1
View File
@@ -28,7 +28,9 @@
<string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.adventure-games</string>
<key>LSSupportsGameMode</key>
<true/>
<true/>
</dict>
</plist>