Skip to content

Commit 469e087

Browse files
committed
add fullscreen checkbox
1 parent a9312d8 commit 469e087

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Data/Base.rte/GUIs/SettingsGUI.ini

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Checked = False
175175
ControlType = CHECKBOX
176176
Parent = CollectionBoxVideoSettings
177177
X = 14
178-
Y = 135
178+
Y = 115
179179
Width = 85
180180
Height = 16
181181
Visible = True
@@ -185,6 +185,20 @@ Anchor = Left, Top
185185
Text = Enable VSync
186186
Checked = Unchecked
187187

188+
[CheckboxFullscreen]
189+
ControlType = CHECKBOX
190+
Parent = CollectionBoxVideoSettings
191+
X = 14
192+
Y = 135
193+
Width = 85
194+
Height = 16
195+
Visible = True
196+
Enabled = True
197+
Name = CheckboxFullscreen
198+
Anchor = Left, Top
199+
Text = Fullscreen
200+
Checked = Unchecked
201+
188202
[CheckboxIgnoreMultiDisplays]
189203
ControlType = CHECKBOX
190204
Parent = CollectionBoxVideoSettings

0 commit comments

Comments
 (0)