mirror of
https://github.com/ppy/osu.git
synced 2025-03-20 03:47:28 +08:00
Fix settings overlay not being initially visible
This commit is contained in:
parent
c66abf85f7
commit
0853554c24
@ -162,7 +162,10 @@ namespace osu.Game.Screens.OnlinePlay.Match
|
||||
}
|
||||
}
|
||||
},
|
||||
SettingsOverlay = CreateRoomSettingsOverlay()
|
||||
SettingsOverlay = CreateRoomSettingsOverlay().With(s =>
|
||||
{
|
||||
s.State.Value = room.RoomID.Value == null ? Visibility.Visible : Visibility.Hidden;
|
||||
})
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user