From f1538791c3befd26bd2842e03ab0d3eefb982e57 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 23 Feb 2017 17:35:14 +0900 Subject: [PATCH] Correctly hook up window mode dropdown. --- .../Overlays/Options/Sections/Graphics/LayoutOptions.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osu.Game/Overlays/Options/Sections/Graphics/LayoutOptions.cs b/osu.Game/Overlays/Options/Sections/Graphics/LayoutOptions.cs index 5897cd8fdf..a3dbb9c76f 100644 --- a/osu.Game/Overlays/Options/Sections/Graphics/LayoutOptions.cs +++ b/osu.Game/Overlays/Options/Sections/Graphics/LayoutOptions.cs @@ -18,10 +18,10 @@ namespace osu.Game.Overlays.Options.Sections.Graphics Children = new Drawable[] { new OptionLabel { Text = "Resolution: TODO dropdown" }, - new OsuCheckbox + new OptionEnumDropDown { - LabelText = "Fullscreen mode", - Bindable = config.GetBindable(FrameworkConfig.Fullscreen), + LabelText = "Screen mode", + Bindable = config.GetBindable(FrameworkConfig.WindowMode), }, new OsuCheckbox {