mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Hide toolbar forever when the user hides it
This commit is contained in:
@ -983,7 +983,7 @@ namespace osu.Game
|
||||
|
||||
if (newOsuScreen.HideOverlaysOnEnter)
|
||||
CloseAllOverlays();
|
||||
else
|
||||
else if (!Toolbar.HiddenByUser)
|
||||
Toolbar.Show();
|
||||
|
||||
if (newOsuScreen.AllowBackButton)
|
||||
|
Reference in New Issue
Block a user