mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Change icon for audio settings
This commit is contained in:
@ -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
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user