fixed tooltips

This commit is contained in:
2024-05-22 23:42:06 -04:00
parent 96a8fb9566
commit 4ac3c76641
2 changed files with 2 additions and 1 deletions

View File

@@ -128,6 +128,7 @@ DownloadLatestChromium(){
IfMsgBox OK, { IfMsgBox OK, {
} Else IfMsgBox Cancel, { } Else IfMsgBox Cancel, {
ToolTip
return return
} }

View File

@@ -48,7 +48,7 @@ if(!status){
IfMsgBox OK, { IfMsgBox OK, {
Return Return
} Else IfMsgBox Cancel, { } Else IfMsgBox Cancel, {
ToolTip
} }
} }