mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:42:56 +08:00
feat(settings): add "import" as keywords for first run setup
This commit is contained in:
parent
bb9adb01c6
commit
c1a85658b7
@ -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" },
|
||||
TooltipText = FirstRunSetupOverlayStrings.FirstRunSetupDescription,
|
||||
Action = () => firstRunSetupOverlay?.Show(),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user