tauri-apps / tray-icon

Tray icons for Desktop Applications.
Apache License 2.0
211 stars 29 forks source link

fix: fix `set_visible` method incorrect behavior on Linux #114

Closed kandrelczyk closed 7 months ago

kandrelczyk commented 7 months ago

Hi,

This should be the other way around.

https://martchus.no-ip.biz/doc/gtk/libappindicator/libappindicator-app-indicator.html

APP_INDICATOR_STATUS_PASSIVE The indicator should not be shown to the user. APP_INDICATOR_STATUS_ACTIVE The indicator should be shown in it's default state.

Not sure what are the contributing guidelines. Hope this is fine.