How to add context menu to user's right click? #8726
Replies: 2 comments 1 reply
-
I found this in MUDA https://github.com/tauri-apps/muda?tab=readme-ov-file#context-menus-popup-menus. Is there any documentation on how to use this? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
-
Hi, I implemented this for my app on macOS (currently). You can check out the project here and the finder extension code here and here. I decided not to implement a "finder sync extension" because they require compiling a separate |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I am trying to add a menu option to the user's right-click menu. I can't find any docs on this. Is it possible to add an option to the user's right-click? For example, when they select a file, our option should show up, like "Change the wallpaper."
for ex:

Beta Was this translation helpful? Give feedback.
All reactions