So i am a begginer at dioxus and also at tauri, and intermediate at rust.
How can I edit the top bar (The bar that says "File", "Settings" and "Help" in desktop apps)
I would like to add elements to it.
Do I have to create multiple main functions? What is the recommended way?
I have read the dioxus docs, I think I have to use dioxus:🖥️:launch function or the use_window() hook but am unsure on how.
thank you
(using dioxus 0.7.1)