made update chec failure silent instead of showing msgbox

This commit is contained in:
Yuriy
2023-12-19 15:36:01 -05:00
parent 981051a9e8
commit e32fe026e9

View File

@@ -7,7 +7,7 @@ URLDownloadToVar(url){
hObject.Send() hObject.Send()
} }
catch e { 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 "" return ""
} }