mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Fix autoplay rewind/skip usable when UI hidden
This commit is contained in:
parent
e54771c817
commit
cabcfffdeb
@ -102,6 +102,7 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
showHud = config.GetBindable<bool>(OsuSetting.ShowInterface);
|
||||
showHud.ValueChanged += hudVisibility => visibilityContainer.FadeTo(hudVisibility ? 1 : 0, duration);
|
||||
showHud.ValueChanged += v => Progress.AllowSeeking = v;
|
||||
showHud.TriggerChange();
|
||||
|
||||
if (!showHud && !hasShownNotificationOnce)
|
||||
|
Loading…
Reference in New Issue
Block a user