1
0
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:
tsrk 2023-05-11 14:58:17 +01:00
parent bb9adb01c6
commit c1a85658b7
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" },
Keywords = new[] { @"first run", @"initial", @"getting started", @"import" },
TooltipText = FirstRunSetupOverlayStrings.FirstRunSetupDescription,
Action = () => firstRunSetupOverlay?.Show(),
},