Tony
Tony
Sorry about that, I think I'll leave this to other members who has more knowledge about macos than me
I made some changes at https://github.com/Legend-Master/tao/tree/fix-set-theme-mac-crash, but I don't have a mac to test it, do you guys have time to test it out? Just try the example first and...
The fix should be released in tao [0.30.5](https://github.com/tauri-apps/tao/releases/tag/tao-v0.30.5) now Thank you both for the help 😃
Your rust side store plugin's version seems to be before the most recent rework, do you mind upgrading it to the latest and try again?
Yes, 2.1.0, both js package and rust crate
Sounds good to me, but shouldn't the symbol be a [`Symbol`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol#browser_compatibility) not a string?
Shouldn't this work? 
Never mind, we can't use import here
What about [`Symbol.for()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/for)?
Right, that doesn't really make a difference, let's just go with a string then, in that case maybe changing the name to `TO_IPC_KEY` instead since it's not really a symbol?