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 {