Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliviaophia committed Jun 9, 2018
1 parent 716085c commit 47bd743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SmartTaskbar/SystemTray.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,12 @@ public SystemTray()
if (switcher.IsHide())
{
switcher.Show();
RadioChecked(ref show);
}
else
{
switcher.Hide();
RadioChecked(ref hide);
}
};

Expand Down

0 comments on commit 47bd743

Please sign in to comment.