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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user