mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Revert commit 939441ae
This commit is contained in:
@ -12,14 +12,12 @@ namespace osu.Game.Configuration
|
||||
{
|
||||
Set(Static.LoginOverlayDisplayed, false);
|
||||
Set(Static.MutedAudioNotificationShownOnce, false);
|
||||
Set(Static.DisableWindowsKey, false);
|
||||
}
|
||||
}
|
||||
|
||||
public enum Static
|
||||
{
|
||||
LoginOverlayDisplayed,
|
||||
MutedAudioNotificationShownOnce,
|
||||
DisableWindowsKey
|
||||
MutedAudioNotificationShownOnce
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user