From 47bd743364c2fc537e27a03e6cae2b03759aa97e Mon Sep 17 00:00:00 2001 From: Chanple Date: Sat, 9 Jun 2018 21:15:52 +0800 Subject: [PATCH] ~ --- SmartTaskbar/SystemTray.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SmartTaskbar/SystemTray.cs b/SmartTaskbar/SystemTray.cs index 3e5d6f3..57404af 100644 --- a/SmartTaskbar/SystemTray.cs +++ b/SmartTaskbar/SystemTray.cs @@ -142,10 +142,12 @@ public SystemTray() if (switcher.IsHide()) { switcher.Show(); + RadioChecked(ref show); } else { switcher.Hide(); + RadioChecked(ref hide); } };