mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Apply peppy's suggestions
This commit is contained in:
@ -23,10 +23,8 @@ namespace osu.Game.Configuration
|
||||
|
||||
public void ResetValues()
|
||||
{
|
||||
SetValue(Static.LoginOverlayDisplayed, false);
|
||||
SetValue(Static.MutedAudioNotificationShownOnce, false);
|
||||
SetValue(Static.LowBatteryNotificationShownOnce, false);
|
||||
SetValue(Static.LastHoverSoundPlaybackTime, (double?)null);
|
||||
ConfigStore.Clear();
|
||||
InitialiseDefaults();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user