Access WindowModes via IBindableList

This commit is contained in:
Shane Woolcock 2019-06-09 17:52:02 +09:30
parent 3567bf3863
commit 807d434be0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class LayoutSettings : SettingsSubsection
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;