add tooltip to let you know when glovar's been updated

This commit is contained in:
David Daily 2021-02-02 10:57:36 -06:00
parent b73be18a62
commit 83bd0d3e6c
1 changed files with 4 additions and 1 deletions

View File

@ -212,6 +212,9 @@ If (glovar = 1)
If FileExist("glovar.ahk")
{
Run glovar.ahk
ToolTip, glovar updated, 50, 50
Sleep, 500
ToolTip
}
}
}
@ -562,4 +565,4 @@ Return
:*:]sunglass::
sunglass := ["▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄", "█░░░░░░░░▀█▄▀▄▀██████░▀█▄▀▄▀██████░", "░░░░░░░░░░░▀█▄█▄███▀░░░▀██▄█▄███▀░"]
asciiart(sunglass)
Return
Return