Replies: 1 comment
-
Answering my own question for future reference: I was able to use the dev branch by adding the following to my tauri = {version = "1.1.1", features = ["api-all", "system-tray"], path = "../../tauri/core/tauri"} Since I cloned the tauri repo as a sibling of my current project. Now I can add a title to my System Tray. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I saw some work around adding support to titles for SystemTray on macOS a few days ago on the dev branch:
8f1ace7
Is there a way to use this today or do we need to wait for the next release?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions