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 58efa92 commit e20b711Copy full SHA for e20b711
install.lua
@@ -233,7 +233,7 @@ installScreen:addLabel(coloring)
233
:setText("Select Version:")
234
:setPosition(2, 4)
235
236
-local versionDropdown = installScreen:addDropdown()
+local versionDropdown = installScreen:addDropDown()
237
:setPosition("{parent.width - self.width - 1}", 4)
238
:setSize(15, 1)
239
:setBackground(colors.black)
0 commit comments