1
0
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:
tsrk 2023-05-11 15:03:42 +01:00
parent c1a85658b7
commit 2d45d602a5
No known key found for this signature in database
GPG Key ID: EBD46BB3049B56D6

View File

@ -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(),
},