mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 18:13:00 +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[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new OptionLabel { Text = "Resolution: TODO dropdown" },
|
new OptionLabel { Text = "Resolution: TODO dropdown" },
|
||||||
new OsuCheckbox
|
new OptionEnumDropDown<WindowMode>
|
||||||
{
|
{
|
||||||
LabelText = "Fullscreen mode",
|
LabelText = "Screen mode",
|
||||||
Bindable = config.GetBindable<bool>(FrameworkConfig.Fullscreen),
|
Bindable = config.GetBindable<WindowMode>(FrameworkConfig.WindowMode),
|
||||||
},
|
},
|
||||||
new OsuCheckbox
|
new OsuCheckbox
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user