mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Remove autohide and clock related logic from Visual settings overlay
This commit is contained in:
@ -119,13 +119,12 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
if (loaded)
|
||||
{
|
||||
PlayerSettingsOverlay.PlaybackSettings.Show();
|
||||
PlayerSettingsOverlay.Show();
|
||||
ModDisplay.FadeIn(200);
|
||||
}
|
||||
else
|
||||
{
|
||||
PlayerSettingsOverlay.PlaybackSettings.Hide();
|
||||
PlayerSettingsOverlay.VisualSettings.Autohide = true;
|
||||
PlayerSettingsOverlay.Hide();
|
||||
ModDisplay.Delay(2000).FadeOut(200);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user