mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
hide icon before exit
This commit is contained in:
parent
ed3ee46735
commit
665aed45f7
1 changed files with 1 additions and 2 deletions
|
@ -290,10 +290,9 @@ namespace PersistentWindows.SystrayShell
|
||||||
|
|
||||||
Program.WriteDataDump();
|
Program.WriteDataDump();
|
||||||
|
|
||||||
#if DEBUG
|
|
||||||
this.notifyIconMain.Visible = false;
|
this.notifyIconMain.Visible = false;
|
||||||
#endif
|
|
||||||
//this.notifyIconMain.Icon = null;
|
//this.notifyIconMain.Icon = null;
|
||||||
|
|
||||||
Log.Exit();
|
Log.Exit();
|
||||||
Application.Exit();
|
Application.Exit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue