From 7f0b5276870a3c22d39fad742d39b8e4e0c60eda Mon Sep 17 00:00:00 2001 From: Openarl Date: Mon, 31 Oct 2016 19:39:41 +1000 Subject: [PATCH] Oops --- Modules/Main.lua | 2 +- manifest.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Main.lua b/Modules/Main.lua index bfbd8882..a5ccb44f 100644 --- a/Modules/Main.lua +++ b/Modules/Main.lua @@ -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" diff --git a/manifest.xml b/manifest.xml index a5db8a7c..e4a3d509 100644 --- a/manifest.xml +++ b/manifest.xml @@ -46,7 +46,7 @@ - +