Standardise keyword specifications

This commit is contained in:
Dean Herbert
2019-11-21 22:35:15 +09:00
parent f066d8434c
commit 8b1fb2d5a1
6 changed files with 12 additions and 9 deletions

View File

@ -62,7 +62,7 @@ namespace osu.Game.Overlays.Settings.Sections.Audio
{
dropdown = new AudioDeviceSettingsDropdown
{
Keywords = new[] { "Speaker" }
Keywords = new[] { "speaker", "headphone", "output" }
}
};