mirror of
https://github.com/ppy/osu.git
synced 2025-01-07 17:52:54 +08:00
Rename KeyboardSection to BindingSection
This commit is contained in:
parent
6eadae8aaf
commit
3c21c83cc8
@ -5,17 +5,17 @@ using osu.Framework.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Overlays.Settings.Sections.Input
|
namespace osu.Game.Overlays.Settings.Sections.Input
|
||||||
{
|
{
|
||||||
public class KeyboardSettings : SettingsSubsection
|
public class BindingSettings : SettingsSubsection
|
||||||
{
|
{
|
||||||
protected override string Header => "Keyboard";
|
protected override string Header => "Shortcut and gameplay bindings";
|
||||||
|
|
||||||
public KeyboardSettings(KeyBindingPanel keyConfig)
|
public BindingSettings(KeyBindingPanel keyConfig)
|
||||||
{
|
{
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new SettingsButton
|
new SettingsButton
|
||||||
{
|
{
|
||||||
Text = "Key configuration",
|
Text = "Configure",
|
||||||
TooltipText = "change global shortcut keys and gameplay bindings",
|
TooltipText = "change global shortcut keys and gameplay bindings",
|
||||||
Action = keyConfig.ToggleVisibility
|
Action = keyConfig.ToggleVisibility
|
||||||
},
|
},
|
Loading…
Reference in New Issue
Block a user