We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9312d8 commit 469e087Copy full SHA for 469e087
Data/Base.rte/GUIs/SettingsGUI.ini
@@ -175,7 +175,7 @@ Checked = False
175
ControlType = CHECKBOX
176
Parent = CollectionBoxVideoSettings
177
X = 14
178
-Y = 135
+Y = 115
179
Width = 85
180
Height = 16
181
Visible = True
@@ -185,6 +185,20 @@ Anchor = Left, Top
185
Text = Enable VSync
186
Checked = Unchecked
187
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
+
202
[CheckboxIgnoreMultiDisplays]
203
204
0 commit comments