How to add context menu to user's right click? #8726
Replies: 2 comments
-
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.
-
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:
![Vivid blurred colorful background context menu](https://private-user-images.githubusercontent.com/124872003/301546665-c9e857dd-a4cd-4039-9c17-eea8f1d970f3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2OTc4OTUsIm5iZiI6MTczOTY5NzU5NSwicGF0aCI6Ii8xMjQ4NzIwMDMvMzAxNTQ2NjY1LWM5ZTg1N2RkLWE0Y2QtNDAzOS05YzE3LWVlYThmMWQ5NzBmMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwOTE5NTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04MjczZTA3MDQwMTg3NmVkOWZlYzZhMzZjYjU5NGVhNmFlMGJlZDQ2NDA2ZGRjNjljZjA3MzM4MDE5YzFjNTFiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Ff4CIi_c9yP1tjAsOlZYwX87_v2j0HSFQwEbXr5m6w8)
Beta Was this translation helpful? Give feedback.
All reactions