1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-07 10:12:59 +08:00

Merge pull request #30858 from frenzibyte/fix-match-settings-overlay-typo

This commit is contained in:
Dean Herbert 2024-11-25 15:58:17 +09:00 committed by GitHub
commit 876c2e468a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -438,7 +438,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
=> MaxParticipantsField.Text = room.MaxParticipants?.ToString();
private void updateRoomAutoStartDuration()
=> typeLabel.Text = room.AutoStartDuration.GetLocalisableDescription();
=> startModeDropdown.Current.Value = (StartMode)room.AutoStartDuration.TotalSeconds;
private void updateRoomPlaylist()
=> drawablePlaylist.Items.ReplaceRange(0, drawablePlaylist.Items.Count, room.Playlist);