mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Disable the windows key only when in gameplay.
This commit is contained in:
@ -12,12 +12,14 @@ namespace osu.Game.Configuration
|
||||
{
|
||||
Set(Static.LoginOverlayDisplayed, false);
|
||||
Set(Static.MutedAudioNotificationShownOnce, false);
|
||||
Set(Static.DisableWindowsKey, false);
|
||||
}
|
||||
}
|
||||
|
||||
public enum Static
|
||||
{
|
||||
LoginOverlayDisplayed,
|
||||
MutedAudioNotificationShownOnce
|
||||
MutedAudioNotificationShownOnce,
|
||||
DisableWindowsKey
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user