DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.37k stars 747 forks source link

Set menu in the desktop config #2092

Closed ealmloff closed 3 months ago

ealmloff commented 3 months ago

Feature Request

You can currently set up a menu with muda, but it is more difficult than it needs to be to make it work safely. It currently requires platform specific configs and holding an object while the menu is active to avoid a segfault in muda.

Implement Suggestion

We should expose a simpler way to pass a menu into the dioxus desktop config that handles the setup and workarounds for you