Add tooltip to key configuration button

This commit is contained in:
Dean Herbert
2019-02-15 11:56:33 +09:00
parent 2343557517
commit 1550908edb
3 changed files with 19 additions and 2 deletions

View File

@ -16,6 +16,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
new SettingsButton
{
Text = "Key configuration",
TooltipText = "Change global shortcut keys and gameplay bindings",
Action = keyConfig.ToggleVisibility
},
};