1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 09:23:06 +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:
break;
case APIState.Online:
State = Visibility.Hidden;
break;
}
}