mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Integrate key binding config with main settings
This commit is contained in:
@ -10,14 +10,15 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
{
|
||||
protected override string Header => "Keyboard";
|
||||
|
||||
public KeyboardSettings()
|
||||
public KeyboardSettings(KeyBindingOverlay keyConfig)
|
||||
{
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new OsuButton
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Text = "Key Configuration"
|
||||
Text = "Key Configuration",
|
||||
Action = () => keyConfig.ToggleVisibility()
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user