From e32fe026e952738a1ebda7cf81c626d0528fa660 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Tue, 19 Dec 2023 15:36:01 -0500 Subject: [PATCH] made update chec failure silent instead of showing msgbox --- URLDownloadToVar.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/URLDownloadToVar.ahk b/URLDownloadToVar.ahk index 60fa873..2439bed 100644 --- a/URLDownloadToVar.ahk +++ b/URLDownloadToVar.ahk @@ -7,7 +7,7 @@ URLDownloadToVar(url){ hObject.Send() } catch e { - MsgBox, 4096, Error, Failed to connect to:`n`n%url%`n`nAre you connected to the internet? Or is the website down?`n`nDisable Auto Update Check to disable this message. + ; MsgBox, 4096, Error, Failed to connect to:`n`n%url%`n`nAre you connected to the internet? Or is the website down?`n`nDisable Auto Update Check to disable this message. return "" }