This commit is contained in:
Openarl
2016-10-31 19:39:41 +10:00
parent 4a58217b8c
commit 7f0b527687
2 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ function main:Init()
launch:CheckForUpdate()
end)
self.controls.checkUpdate.shown = function()
return true--not launch.devMode and (not launch.updateAvailable or launch.updateAvailable == "none")
return not launch.devMode and (not launch.updateAvailable or launch.updateAvailable == "none")
end
self.controls.checkUpdate.label = function()
return launch.subScriptType == "UPDATE" and launch.updateProgress or "Check for Update"