mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 19:04:06 +08:00
Change icon for audio settings
This commit is contained in:
parent
b269282407
commit
2354163900
@ -10,7 +10,7 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
public class AudioSection : SettingsSection
|
||||
{
|
||||
public override string Header => "Audio";
|
||||
public override FontAwesome Icon => FontAwesome.fa_headphones;
|
||||
public override FontAwesome Icon => FontAwesome.fa_volume_up;
|
||||
|
||||
public AudioSection()
|
||||
{
|
||||
@ -23,4 +23,4 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user