mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
More clean-ups and event bindings
This commit is contained in:
@ -34,10 +34,10 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
|
||||
Bindable = config.GetBindable<double>(OsuSetting.DisplayStarsMaximum),
|
||||
KeyboardStep = 1f
|
||||
},
|
||||
new SettingsEnumDropdown<SelectionRandomType>
|
||||
new SettingsEnumDropdown<SongSelectRandomMode>
|
||||
{
|
||||
LabelText = "Random beatmap selection",
|
||||
Bindable = config.GetBindable<SelectionRandomType>(OsuSetting.SelectionRandomType),
|
||||
Bindable = config.GetBindable<SongSelectRandomMode>(OsuSetting.SelectionRandomType),
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user