#tauri menu bar
6 messages · Page 1 of 1 (latest)
If I remember correctly, you're looking for this: https://docs.rs/tauri/2.1.1/tauri/menu/struct.Menu.html
A type that is either a menu bar on the window on Windows and Linux or as a global menu in the menubar on macOS.
There it seems to be a JS plugin for menus too, but looking at the docs idk if its the same thing
https://v2.tauri.app/reference/javascript/api/namespacemenu/#_top
So i need to use rust if i want to add these menue buttons
As far as I can remember, yes, I only tested this on V1 but it doesn't seem to have changed much on V2