diff --git a/Ninjacrab.PersistentWindows.Solution/SystrayShell/SystrayForm.cs b/Ninjacrab.PersistentWindows.Solution/SystrayShell/SystrayForm.cs index 8d89e22..11b752e 100644 --- a/Ninjacrab.PersistentWindows.Solution/SystrayShell/SystrayForm.cs +++ b/Ninjacrab.PersistentWindows.Solution/SystrayShell/SystrayForm.cs @@ -290,10 +290,9 @@ namespace PersistentWindows.SystrayShell Program.WriteDataDump(); -#if DEBUG this.notifyIconMain.Visible = false; -#endif //this.notifyIconMain.Icon = null; + Log.Exit(); Application.Exit(); }