mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
ShowToolbar -> ShowOverlays; include MusicController.
This commit is contained in:
@ -175,9 +175,10 @@ namespace osu.Game
|
||||
// - Frame limiter changes
|
||||
|
||||
//central game mode change logic.
|
||||
if ((newMode as OsuGameMode)?.ShowToolbar != true)
|
||||
if ((newMode as OsuGameMode)?.ShowOverlays != true)
|
||||
{
|
||||
Toolbar.State = Visibility.Hidden;
|
||||
musicController.State = Visibility.Hidden;
|
||||
chat.State = Visibility.Hidden;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user