Replies: 1 comment
-
|
I don't think tauri has anything for you. feel free to open a feature request https://github.com/tauri-apps/tauri/issues/new?template=feature_request.yml |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
According to the docs, it seems like the only way to listen on the JavaScript side, to when menu items are selected, is by also defining them.
Is there a way to listen to selection events for already-defined menu items?
For example, does there exist an
app.on_menu_eventfunction in JavaScript?Beta Was this translation helpful? Give feedback.
All reactions