1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Reenable revert indicator on audio device since the potential crash was addressed in #1101

This commit is contained in:
Shane Woolcock 2017-10-22 14:22:57 +10:30
parent 59b10981dc
commit 5785af9f6a

View File

@ -59,7 +59,7 @@ namespace osu.Game.Overlays.Settings.Sections.Audio
Children = new Drawable[]
{
dropdown = new SettingsDropdown<string> { ShowsDefaultIndicator = false }
dropdown = new SettingsDropdown<string>()
};
updateItems();