From 4405cae74ea956b2e8567775fd2f314580da614b Mon Sep 17 00:00:00 2001 From: Shubham Sinha <64971616+Cosmic-Infinity@users.noreply.github.com> Date: Sun, 9 Apr 2023 03:03:31 +0530 Subject: [PATCH] Update Network Status.au3 Added comments to better help placement --- Network Status.au3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Network Status.au3 b/Network Status.au3 index 7577424..5f387fb 100644 --- a/Network Status.au3 +++ b/Network Status.au3 @@ -20,7 +20,8 @@ Global $count = 0 Global $wifidiag = "" Global $left = 1040 -Global $right = 565 +Global $right = 565 ;below taskbar, useful if you have a transparent taskbar +;Global $right = 540 above taskbar, useful if you have the normal windows taskbar ;Global $active = ControlGetHandle("[ACTIVE]",'','') main() move()