mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Do not reset last hover sound playback time on inactivity
This commit is contained in:
@ -32,7 +32,6 @@ namespace osu.Game.Configuration
|
||||
GetBindable<bool>(Static.LoginOverlayDisplayed).SetDefault();
|
||||
GetBindable<bool>(Static.MutedAudioNotificationShownOnce).SetDefault();
|
||||
GetBindable<bool>(Static.LowBatteryNotificationShownOnce).SetDefault();
|
||||
GetBindable<double?>(Static.LastHoverSoundPlaybackTime).SetDefault();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user