mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 05:22:54 +08:00
feat(settings): more keyword for first run setup
This commit is contained in:
parent
c1a85658b7
commit
2d45d602a5
@ -34,7 +34,7 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
new SettingsButton
|
||||
{
|
||||
Text = GeneralSettingsStrings.RunSetupWizard,
|
||||
Keywords = new[] { @"first run", @"initial", @"getting started", @"import" },
|
||||
Keywords = new[] { @"first run", @"initial", @"getting started", @"import", @"tutorial", @"recommended beatmaps" },
|
||||
TooltipText = FirstRunSetupOverlayStrings.FirstRunSetupDescription,
|
||||
Action = () => firstRunSetupOverlay?.Show(),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user