diff --git a/General-Functions.ahk b/General-Functions.ahk index f9e0f75..1682180 100644 --- a/General-Functions.ahk +++ b/General-Functions.ahk @@ -614,6 +614,7 @@ ConfirmBeforeSubmitMsgboxFunc(){ MsgBox 0x21, User Confirmation, Please check that all data was input correctly and fix any mistakes and then click PROCEED to finalize the Upload.`n`nClick STOP to cancel the rest of this Upload and move on to the next website. OnMessage(0x44, "") IfMsgBox OK, { + return true } Else IfMsgBox Cancel, { Message = User Selected STOP button when asked for confirmation. Cancelling Rest of Site Upload. Return %Message% diff --git a/Shared-GoTos.ahk b/Shared-GoTos.ahk index 143fdbe..9009aa6 100644 --- a/Shared-GoTos.ahk +++ b/Shared-GoTos.ahk @@ -14,13 +14,13 @@ SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,Disc if(CheckForUpdates(GitReleasesAPIURL)){ GuiControl,,UpdateAvailable, Update Available! - } if(CheckForChromeUpdates(ChromeFilepath)){ GuiControl,,ChromeUpdateAvailable, Chrome Update Available! ChromeUpdateAvailable := 1 } +ToolTip Return