mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:43:22 +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:
|
case APIState.Connecting:
|
||||||
break;
|
break;
|
||||||
case APIState.Online:
|
case APIState.Online:
|
||||||
|
State = Visibility.Hidden;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user