mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:33:21 +08:00
Access WindowModes via IBindableList
This commit is contained in:
parent
3567bf3863
commit
807d434be0
@ -27,7 +27,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
|
||||
|
||||
private Bindable<ScalingMode> scalingMode;
|
||||
private Bindable<Size> sizeFullscreen;
|
||||
private readonly BindableList<WindowMode> windowModes = new BindableList<WindowMode>();
|
||||
private readonly IBindableList<WindowMode> windowModes = new BindableList<WindowMode>();
|
||||
|
||||
private OsuGameBase game;
|
||||
private SettingsDropdown<Size> resolutionDropdown;
|
||||
|
Loading…
Reference in New Issue
Block a user