mirror of
https://github.com/ppy/osu
synced 2025-01-06 06:10:04 +00:00
Merge pull request #23475 from ItsShamed/qol/import-keyword
Add more keywords for setup wizard
This commit is contained in:
commit
78d2f3fe44
@ -34,7 +34,7 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
new SettingsButton
|
||||
{
|
||||
Text = GeneralSettingsStrings.RunSetupWizard,
|
||||
Keywords = new[] { @"first run", @"initial", @"getting started" },
|
||||
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