mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Reenable revert indicator on audio device since the potential crash was addressed in #1101
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user