mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 14:12:54 +08:00
Correctly hook up window mode dropdown.
This commit is contained in:
parent
9bba4b66ba
commit
f1538791c3
@ -18,10 +18,10 @@ namespace osu.Game.Overlays.Options.Sections.Graphics
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new OptionLabel { Text = "Resolution: TODO dropdown" },
|
||||
new OsuCheckbox
|
||||
new OptionEnumDropDown<WindowMode>
|
||||
{
|
||||
LabelText = "Fullscreen mode",
|
||||
Bindable = config.GetBindable<bool>(FrameworkConfig.Fullscreen),
|
||||
LabelText = "Screen mode",
|
||||
Bindable = config.GetBindable<WindowMode>(FrameworkConfig.WindowMode),
|
||||
},
|
||||
new OsuCheckbox
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user