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:
parent
59b10981dc
commit
5785af9f6a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user