Hide toolbar forever when the user hides it

This commit is contained in:
Joehu
2020-11-09 14:46:08 -08:00
parent 6c0734a09f
commit 62f2a823f6
3 changed files with 9 additions and 2 deletions

View File

@ -983,7 +983,7 @@ namespace osu.Game
if (newOsuScreen.HideOverlaysOnEnter)
CloseAllOverlays();
else
else if (!Toolbar.HiddenByUser)
Toolbar.Show();
if (newOsuScreen.AllowBackButton)