mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Add more keywords
This commit is contained in:
parent
cd20561843
commit
a6c309b61a
@ -111,7 +111,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
|
||||
{
|
||||
LabelText = GraphicsSettingsStrings.MinimiseOnFocusLoss,
|
||||
Current = config.GetBindable<bool>(FrameworkSetting.MinimiseOnFocusLossInFullscreen),
|
||||
Keywords = new[] { "alt-tab" },
|
||||
Keywords = new[] { "alt-tab", "minimize", "focus", "hide" },
|
||||
},
|
||||
safeAreaConsiderationsCheckbox = new SettingsCheckbox
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user