Skip to content

Commit e20b711

Browse files
committed
installer fix
1 parent 58efa92 commit e20b711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ installScreen:addLabel(coloring)
233233
:setText("Select Version:")
234234
:setPosition(2, 4)
235235

236-
local versionDropdown = installScreen:addDropdown()
236+
local versionDropdown = installScreen:addDropDown()
237237
:setPosition("{parent.width - self.width - 1}", 4)
238238
:setSize(15, 1)
239239
:setBackground(colors.black)

0 commit comments

Comments
 (0)