mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Revert back to hardcoded SessionStatics reset values
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user