mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:23:21 +08:00
Hide toolbar when entering multiplayer spectator
This commit is contained in:
parent
38244c081f
commit
75625f089e
@ -31,6 +31,8 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
|
||||
// We are managing our own adjustments. For now, this happens inside the Player instances themselves.
|
||||
public override bool? AllowTrackAdjustments => false;
|
||||
|
||||
public override bool HideOverlaysOnEnter => true;
|
||||
|
||||
/// <summary>
|
||||
/// Whether all spectating players have finished loading.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user