hide icon before exit

This commit is contained in:
Kang Yu 2024-09-18 17:06:25 -07:00
parent ed3ee46735
commit 665aed45f7

View file

@ -290,10 +290,9 @@ namespace PersistentWindows.SystrayShell
Program.WriteDataDump();
#if DEBUG
this.notifyIconMain.Visible = false;
#endif
//this.notifyIconMain.Icon = null;
Log.Exit();
Application.Exit();
}