mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:02:55 +08:00
Hide options when entering the game
This commit is contained in:
parent
12fc8b8553
commit
4fa6db6cfa
@ -279,6 +279,7 @@ namespace osu.Game
|
||||
//central game mode change logic.
|
||||
if (!currentScreen.ShowOverlays)
|
||||
{
|
||||
options.State = Visibility.Hidden;
|
||||
Toolbar.State = Visibility.Hidden;
|
||||
musicController.State = Visibility.Hidden;
|
||||
chat.State = Visibility.Hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user