made update chec failure silent instead of showing msgbox

main
Yuriy 9 months ago
parent 981051a9e8
commit e32fe026e9

@ -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 ""
}

Loading…
Cancel
Save