Merge pull request #7260 from M0REKZ/infoplist-gamefix

Make Gamemode get enabled when playing DDNet in macOS 14
This commit is contained in:
Dennis Felsing 2023-09-27 06:43:23 +00:00 committed by GitHub
commit 05efa6870e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,8 @@
<true/>
<key>NSPrefersDisplaySafeAreaCompatibilityMode</key>
<true/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>NSQualityOfService</key>
<string>NSQualityOfServiceUserInteractive</string>
</dict>