Fix duplication of tray icons

Fix #413
This commit is contained in:
bao-qian
2015-11-30 19:49:46 +00:00
parent 547bd46bb3
commit cbc3cfc33b

View File

@@ -80,6 +80,7 @@ namespace Wox
public void CloseApp()
{
notifyIcon.Visible = false;
Application.Current.Shutdown();
}