mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Hide options when entering the game
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user