diff --git a/Chrome-Functions.ahk b/Chrome-Functions.ahk index e8d4948..3a3bad1 100644 --- a/Chrome-Functions.ahk +++ b/Chrome-Functions.ahk @@ -128,6 +128,7 @@ DownloadLatestChromium(){ IfMsgBox OK, { } Else IfMsgBox Cancel, { + ToolTip return } diff --git a/Shared-GoTos.ahk b/Shared-GoTos.ahk index 929e3e2..1923b65 100644 --- a/Shared-GoTos.ahk +++ b/Shared-GoTos.ahk @@ -48,7 +48,7 @@ if(!status){ IfMsgBox OK, { Return } Else IfMsgBox Cancel, { - + ToolTip } }