mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 09:37:22 +08:00
Temporarily disable revert functionality for audio device, since it crashes
This commit is contained in:
parent
98044a17d3
commit
290fac8990
@ -59,7 +59,7 @@ namespace osu.Game.Overlays.Settings.Sections.Audio
|
||||
|
||||
Children = new Drawable[]
|
||||
{
|
||||
dropdown = new SettingsDropdown<string>()
|
||||
dropdown = new SettingsDropdown<string> { ShowsDefaultIndicator = false }
|
||||
};
|
||||
|
||||
updateItems();
|
||||
|
Loading…
x
Reference in New Issue
Block a user