Skip to content
Discussion options

You must be logged in to vote

The underlying crate we use (notify-rust) supports this only on mac.
As a workaround this could be added in a way that needs the tauri app running all the time, by "scheduling" it in a tokio task or std thread with sleep(). Maybe setTimeout in js could work too, i don't know.

But i don't see a implementation in tauri happening until it's properly implemented upstream, so in the time being this would be DIY with the above mentioned workaround :/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by olup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants