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

Add a menu bar option to the desktop config #2107

Closed ealmloff closed 3 months ago

ealmloff commented 3 months ago

This PR adds an option to let you set the menu bar in the desktop config. The function is compatible with the desktop!{} config macro to make it easier to work with the same config in desktop and mobile.

Closes #2092