From 5a5964aa3533d6f97e5a67457c8f151ecce666e7 Mon Sep 17 00:00:00 2001 From: "delfofthebla@gmail.com" Date: Sun, 22 Aug 2021 17:35:17 -0700 Subject: [PATCH] Added a message for when it starts showing items so that you dont have to manually verify when you are constantly toggling between them. --- D2Stats.au3 | 1 + 1 file changed, 1 insertion(+) diff --git a/D2Stats.au3 b/D2Stats.au3 index 549b2d6..1e3c498 100644 --- a/D2Stats.au3 +++ b/D2Stats.au3 @@ -91,6 +91,7 @@ func Main() if ($bShowItems) then PrintString("Not showing items.", $ePrintBlue) $bShowItems = False else + if (not $bShowItems) then PrintString("Now showing items.", $ePrintBlue) $bShowItems = True endif endif