Add more keywords to settings based on feedback

This commit is contained in:
Dean Herbert
2023-01-23 15:10:34 +09:00
parent 2ed9fe3747
commit 7ebd31d42f
4 changed files with 4 additions and 1 deletions

View File

@ -34,6 +34,7 @@ namespace osu.Game.Overlays.Settings.Sections
new SettingsButton
{
Text = GeneralSettingsStrings.RunSetupWizard,
Keywords = new[] { @"first run", @"initial", @"getting started" },
TooltipText = FirstRunSetupOverlayStrings.FirstRunSetupDescription,
Action = () => firstRunSetupOverlay?.Show(),
},