Hide toolbar when entering multiplayer spectator

This commit is contained in:
Dean Herbert 2023-07-26 19:22:21 +09:00
parent 38244c081f
commit 75625f089e

View File

@ -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>