mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Fix default value of dropdown
This commit is contained in:
@ -77,7 +77,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
|
|||||||
textboxTeam2 = new OsuTextBox { RelativeSizeAxes = Axes.X, Height = 20 },
|
textboxTeam2 = new OsuTextBox { RelativeSizeAxes = Axes.X, Height = 20 },
|
||||||
groupingDropdown = new SettingsDropdown<TournamentGrouping>
|
groupingDropdown = new SettingsDropdown<TournamentGrouping>
|
||||||
{
|
{
|
||||||
Bindable = new Bindable<TournamentGrouping>(),
|
Bindable = new Bindable<TournamentGrouping> { Default = groupingOptions.First().Value },
|
||||||
Items = groupingOptions
|
Items = groupingOptions
|
||||||
},
|
},
|
||||||
losersCheckbox = new PlayerCheckbox
|
losersCheckbox = new PlayerCheckbox
|
||||||
|
Reference in New Issue
Block a user