mirror of
https://github.com/ppy/osu.git
synced 2025-02-03 02:12:57 +08:00
Fix room auto start duration setting applied to the wrong component
This commit is contained in:
parent
7a973b0243
commit
8f5d513d46
@ -438,7 +438,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
|||||||
=> MaxParticipantsField.Text = room.MaxParticipants?.ToString();
|
=> MaxParticipantsField.Text = room.MaxParticipants?.ToString();
|
||||||
|
|
||||||
private void updateRoomAutoStartDuration()
|
private void updateRoomAutoStartDuration()
|
||||||
=> typeLabel.Text = room.AutoStartDuration.GetLocalisableDescription();
|
=> startModeDropdown.Current.Value = (StartMode)room.AutoStartDuration.TotalSeconds;
|
||||||
|
|
||||||
private void updateRoomPlaylist()
|
private void updateRoomPlaylist()
|
||||||
=> drawablePlaylist.Items.ReplaceRange(0, drawablePlaylist.Items.Count, room.Playlist);
|
=> drawablePlaylist.Items.ReplaceRange(0, drawablePlaylist.Items.Count, room.Playlist);
|
||||||
|
Loading…
Reference in New Issue
Block a user