mirror of
https://github.com/ppy/osu
synced 2025-01-18 20:10:49 +00:00
Add "scoring" as keyword to more easily find score display mode setting
This commit is contained in:
parent
cb1784a846
commit
e3b47083fc
@ -76,7 +76,8 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
|
||||
new SettingsEnumDropdown<ScoringMode>
|
||||
{
|
||||
LabelText = "Score display mode",
|
||||
Current = config.GetBindable<ScoringMode>(OsuSetting.ScoreDisplayMode)
|
||||
Current = config.GetBindable<ScoringMode>(OsuSetting.ScoreDisplayMode),
|
||||
Keywords = new[] { "scoring" }
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user