1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 20:20:28 +08:00

Fix autoplay rewind/skip usable when UI hidden

This commit is contained in:
chrisny286
2019-01-23 01:16:37 +01:00
Unverified
parent e54771c817
commit cabcfffdeb
+1
View File
@@ -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)