Skip to content

Commit

Permalink
Merge pull request #184 from frenzibyte/disable-game-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy authored Nov 18, 2024
2 parents ea8c56b + 605333d commit 2906094
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/osu!.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@
<false/>
</dict>
</array>
<!-- Game Mode causes occasional input hang-ups on macOS,
comment out application category to disable it for now.
This should be revisited once osu! can handle input without the window event flow,
see: https://github.com/ppy/osu-framework/issues/6141
<key>LSApplicationCategoryType</key>
<string>public.app-category.music-games</string>
<string>public.app-category.music-games</string> -->
</dict>
</plist>

0 comments on commit 2906094

Please sign in to comment.