mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Do not reset last hover sound playback time on inactivity
This commit is contained in:
@ -31,7 +31,8 @@ namespace osu.Game.Tests.NonVisual
|
||||
Assert.IsTrue(sessionStatics.GetBindable<bool>(Static.LoginOverlayDisplayed).IsDefault);
|
||||
Assert.IsTrue(sessionStatics.GetBindable<bool>(Static.MutedAudioNotificationShownOnce).IsDefault);
|
||||
Assert.IsTrue(sessionStatics.GetBindable<bool>(Static.LowBatteryNotificationShownOnce).IsDefault);
|
||||
Assert.IsTrue(sessionStatics.GetBindable<double?>(Static.LastHoverSoundPlaybackTime).IsDefault);
|
||||
// some statics should not reset despite inactivity.
|
||||
Assert.IsFalse(sessionStatics.GetBindable<double?>(Static.LastHoverSoundPlaybackTime).IsDefault);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user