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
Perhaps out of scope for this package, but it would be cool to support custom icon implementations. While currently possible on macOS using custom NSViews, this approach requires manual setup.
In Swift you can do it roughly like below, which I based on this blog
I think it has more to do with the tray-icon library that Tauri uses or Tauri itself. In the second version of the plugin I put a lot of effort to re-use the tauri api to work with the statusbar, in the first version it would have been more possible than now. But you can fork it and implement any feature you want, you can create a PR, if you have a chance - I will be happy to look at it
Perhaps out of scope for this package, but it would be cool to support custom icon implementations. While currently possible on macOS using custom NSViews, this approach requires manual setup.
In Swift you can do it roughly like below, which I based on this blog
The text was updated successfully, but these errors were encountered: