diff --git a/Chrome-Functions.ahk b/Chrome-Functions.ahk index 88f2665..7b2205c 100644 --- a/Chrome-Functions.ahk +++ b/Chrome-Functions.ahk @@ -351,10 +351,13 @@ GetInstalledChromeFilepath(){ if(FileExist(ChromePortableFilepath)) ChromeFilepath := ChromePortableFilepath - Message = Using Chromium Portable for Upload - SaveOrPostProgress(Message:=Message,PostType:="ErrorLoggingTextFile,DiscordErrorLogging") + ; Message = Using Chromium Portable for Upload + ; SaveOrPostProgress(Message:=Message,PostType:="ErrorLoggingTextFile,DiscordErrorLogging") } else { + Message = Chrome.exe not found in \Lib\ + SaveOrPostProgress(Message,PostType:=",ErrorLoggingTextFile,ErrorSummaryVar,DiscordErrorLogging") + MsgBox 0x10, Chrome Not Found, Chrome for Testing not found.`nIf this is your first time running on this computer, please click the "Chrome Up-To-Date" button to download the latest chrome binaries. } }