From 6858ab32ccb43a49cfa66e5709e626e9e207d77d Mon Sep 17 00:00:00 2001 From: yuriy Date: Thu, 21 Sep 2023 21:22:12 -0400 Subject: [PATCH] version bump and disabled chrome updating button for now --- Freedomain Social Media Poster.ahk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Freedomain Social Media Poster.ahk b/Freedomain Social Media Poster.ahk index 3e7cfed..b4d36e5 100644 --- a/Freedomain Social Media Poster.ahk +++ b/Freedomain Social Media Poster.ahk @@ -42,7 +42,7 @@ global UpdateVersionNumber ScriptName = Freedomain Social Media Poster -ScriptVersion = 2.80 +ScriptVersion = 2.83 FullScriptName := ScriptName . " " . ScriptVersion ;---ToDo--- @@ -517,8 +517,7 @@ if(AutoUpdateCheck AND !SkipUpdateCheckThisRun){ GuiControl,,UpdateAvailable, Uploader Update Available! ; if(CheckForChromeUpdates(ChromeFilepath)) - - GuiControl,,ChromeUpdateAvailable, Chrome Update Available! + ; GuiControl,,ChromeUpdateAvailable, Chrome Update Available! }