mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Disable windows key only while in gameplay.
This commit is contained in:
@ -101,7 +101,7 @@ namespace osu.Desktop
|
||||
LoadComponentAsync(new DiscordRichPresence(), Add);
|
||||
|
||||
if (RuntimeInfo.OS == RuntimeInfo.Platform.Windows)
|
||||
LoadComponentAsync(new GameplayWinKeyHandler(), Add);
|
||||
LoadComponentAsync(new GameplayWinKeyHandler(ScreenStack), Add);
|
||||
}
|
||||
|
||||
protected override void ScreenChanged(IScreen lastScreen, IScreen newScreen)
|
||||
|
Reference in New Issue
Block a user