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:
parent
1ca00f6662
commit
4f46fa4798
@ -268,6 +268,7 @@ namespace osu.Game.Overlays
|
||||
case APIState.Connecting:
|
||||
break;
|
||||
case APIState.Online:
|
||||
State = Visibility.Hidden;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user