mirror of
https://github.com/ppy/osu
synced 2025-01-31 10:22:02 +00:00
Fix headless tests
This commit is contained in:
parent
94199e628c
commit
b159e3ec31
@ -59,7 +59,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
|
||||
{
|
||||
LabelText = "Screen mode",
|
||||
Bindable = config.GetBindable<WindowMode>(FrameworkSetting.WindowMode),
|
||||
ItemSource = host.Window.SupportedWindowModes,
|
||||
ItemSource = host.Window?.SupportedWindowModes,
|
||||
},
|
||||
resolutionSettingsContainer = new Container
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user