Replies: 1 comment 1 reply
-
you can try this tauri::Builder::default().setup(|app|
app.set_activation_policy(tauri::ActivationPolicy::Accessory)); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I hide/remove the app icon from the dock(macOS) while keeping it in the menu bar?
Beta Was this translation helpful? Give feedback.
All reactions