Windowed respects all window resolutions

This commit is contained in:
2021-07-01 20:19:18 +10:00
parent b343365ef6
commit f6a92b7f65

View File

@ -835,7 +835,7 @@ screen preferences():
vbox: vbox:
style_prefix "radio" style_prefix "radio"
label _("Display") label _("Display")
textbutton _("Window") action Preference("display", "window") textbutton _("Window") action Preference("display", "any window")
textbutton _("Fullscreen") action Preference("display", "fullscreen") textbutton _("Fullscreen") action Preference("display", "fullscreen")
vbox: vbox: