mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 09:42:57 +08:00
Add "counter" keyword for key overlay setting
This commit is contained in:
parent
cec16d17ab
commit
9005bce0fa
@ -37,7 +37,8 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = GameplaySettingsStrings.AlwaysShowKeyOverlay,
|
||||
Current = config.GetBindable<bool>(OsuSetting.KeyOverlay)
|
||||
Current = config.GetBindable<bool>(OsuSetting.KeyOverlay),
|
||||
Keywords = new[] { "counter" },
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user