You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure to actually set notifyIcon.Visible = false; or (notifyIcon.Icon = null;) before you call notifyIcon.Dispose().
Also keep in mind that debugging the program (and quitting with the debugger) will likely still cause this issue, but your release shouldn't.
NotifyIcon remains in Tray even after application closing but disappears on Mouse Hover.
Code of the NotifiyIcon can be found in Bootstrap.cs https://github.com/teun25/C-sharp-clipboardquestionanswer-/blob/master/Bootstrap.cs at line 31 until 33 and 185 until 220
The text was updated successfully, but these errors were encountered: