-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When the last reference of TrayIcon gets dropped if it's currently not visible icon.set_visible(false), I get the following error: Error removing system tray icon
I pinpointed it's coming from here:
tray-icon/src/platform_impl/windows/mod.rs
Line 575 in 06a887e
| eprintln!("Error removing system tray icon"); |
Can this be changed so that we check if the tray icon is visible first before trying to delete it? I'd be more than happy to contribute if you give me some pointers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working