1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 02:09:52 +08:00

Temporarily disable revert functionality for audio device, since it crashes

This commit is contained in:
Shane Woolcock
2017-10-21 13:17:03 +10:30
Unverified
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();