Minor fixes

This commit is contained in:
Openarl
2017-04-15 22:31:39 +10:00
parent 3aadb01f55
commit 2e3974e231
4 changed files with 5 additions and 5 deletions

View File

@@ -192,7 +192,7 @@ function main:Init()
common.New("TextListControl", nil, 0, 100, 630, 290, nil, changeList),
})
end)
self.controls.devMode = common.New("LabelControl", {"BOTTOMLEFT",self.anchorUpdate,"BOTTOMLEFT"}, 0, 0, 0, 18, "^1EXPERIMENTAL")
self.controls.devMode = common.New("LabelControl", {"BOTTOMLEFT",self.anchorUpdate,"BOTTOMLEFT"}, 0, 0, 0, 18, "^1Dev Mode")
self.controls.devMode.shown = function()
return launch.devMode
end