Add more keywords to settings based on feedback

This commit is contained in:
Dean Herbert
2023-01-23 15:10:34 +09:00
parent 2ed9fe3747
commit 7ebd31d42f
4 changed files with 4 additions and 1 deletions

View File

@ -70,6 +70,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
Add(new SettingsButton
{
Text = GeneralSettingsStrings.OpenOsuFolder,
Keywords = new[] { @"logs", @"files", @"access", "directory" },
Action = () => storage.PresentExternally(),
});