mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Standardise keyword specifications
This commit is contained in:
@ -13,7 +13,7 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
{
|
||||
public override string Header => "Audio";
|
||||
|
||||
public override IEnumerable<string> FilterTerms => base.FilterTerms.Concat(new[] { "Sound" });
|
||||
public override IEnumerable<string> FilterTerms => base.FilterTerms.Concat(new[] { "sound" });
|
||||
|
||||
public override IconUsage Icon => FontAwesome.Solid.VolumeUp;
|
||||
|
||||
|
Reference in New Issue
Block a user