mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00: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…
Reference in New Issue
Block a user