mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix code style issues & compilation failures
This commit is contained in:
@ -76,14 +76,13 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
|
||||
new SettingsEnumDropdown<ScoringMode>
|
||||
{
|
||||
LabelText = "Score display mode",
|
||||
Bindable = config.GetBindable<ScoringMode>(OsuSetting.ScoreDisplayMode),
|
||||
Current = config.GetBindable<ScoringMode>(OsuSetting.ScoreDisplayMode),
|
||||
Keywords = new[] { "scoring" }
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Show playfield border",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.ShowPlayfieldBorder)
|
||||
Current = config.GetBindable<ScoringMode>(OsuSetting.ScoreDisplayMode),
|
||||
Current = config.GetBindable<bool>(OsuSetting.ShowPlayfieldBorder),
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user