-
Notifications
You must be signed in to change notification settings - Fork 4
feat: menu items on Mac (maybe also other OSs?) #6
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestmacOSA fix or implementation is required for platforms running macOS.A fix or implementation is required for platforms running macOS.
Description
Currently on Mac you need to click the close button to quit.
Would be useful to allow the usage of "standard" macOS shortcut for app actions (ex. CMD+Q, CMD+W, CMD+H, CMD+M, etc.).
Also, custom menu items support as Electron or Tauri would be fantastic.
Anyway, I tried looking in the Tauri source code but I was not able to understand the code (I'm not a Rust DEV), but I found the implementation should be here: https://github.com/tauri-apps/tauri/blob/dev/core/tauri-runtime/src/menu.rs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmacOSA fix or implementation is required for platforms running macOS.A fix or implementation is required for platforms running macOS.