mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Make SettingsItem conform to IHasCurrentValue
This commit is contained in:
@ -64,7 +64,7 @@ namespace osu.Game.Overlays.Settings.Sections.Audio
|
||||
|
||||
updateItems();
|
||||
|
||||
dropdown.Bindable = audio.AudioDevice;
|
||||
dropdown.Current = audio.AudioDevice;
|
||||
|
||||
audio.OnNewDevice += onDeviceChanged;
|
||||
audio.OnLostDevice += onDeviceChanged;
|
||||
|
Reference in New Issue
Block a user