mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Re-style.
This commit is contained in:
@ -277,7 +277,7 @@ namespace osu.Game
|
||||
}
|
||||
|
||||
//central game mode change logic.
|
||||
if (currentScreen.ShowOverlays != true)
|
||||
if (!currentScreen.ShowOverlays)
|
||||
{
|
||||
Toolbar.State = Visibility.Hidden;
|
||||
musicController.State = Visibility.Hidden;
|
||||
|
Reference in New Issue
Block a user