1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 12:53:11 +08:00

Hide on connect

This commit is contained in:
Dean Herbert 2018-12-05 17:30:16 +09:00
parent 1ca00f6662
commit 4f46fa4798

View File

@ -268,6 +268,7 @@ namespace osu.Game.Overlays
case APIState.Connecting: case APIState.Connecting:
break; break;
case APIState.Online: case APIState.Online:
State = Visibility.Hidden;
break; break;
} }
} }