From 4ac3c7664125bf2c945f3b8d6f82ac2b09106e72 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Wed, 22 May 2024 23:42:06 -0400 Subject: [PATCH] fixed tooltips --- Chrome-Functions.ahk | 1 + Shared-GoTos.ahk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 } }