1
0
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:
Shane Woolcock 2017-10-21 13:17:03 +10:30
parent 98044a17d3
commit 290fac8990

View File

@ -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();