mirror of
https://github.com/ppy/osu
synced 2024-12-15 19:36:34 +00:00
Revert back to hardcoded SessionStatics reset values
This commit is contained in:
parent
9c6914d29d
commit
a4e3e53a63
@ -23,8 +23,11 @@ namespace osu.Game.Configuration
|
||||
|
||||
public void ResetValues()
|
||||
{
|
||||
ConfigStore.Clear();
|
||||
InitialiseDefaults();
|
||||
SetValue(Static.LoginOverlayDisplayed, false);
|
||||
SetValue(Static.MutedAudioNotificationShownOnce, false);
|
||||
SetValue(Static.LowBatteryNotificationShownOnce, false);
|
||||
SetValue(Static.LastHoverSoundPlaybackTime, (double?)null);
|
||||
SetValue<APISeasonalBackgrounds>(Static.SeasonalBackgrounds, null);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user