bkeiren/EasyImgur

When EasyImgur exits, the notifyicon does not go away

Closed this issue · 2 comments

Currently if you exit the application, the tray icon remains until you mouse over it-- Should be a minor fix, likely you need to set .visible = FALSE and then set the tray icon object itself to = Nothing before doing .Hide() and .Close() calls... (if I recall how .NET works correctly)

This seems to indicate that the notify icon persisting after closing the program is an issue with Windows, rather than the software. That being said, the most I could do was still something useful: When the program closes down normally (that is, it doesn't crash or is killed forcefully), it will hide it's notify icon. It's not a complete solution but it's still the best there seems to be.