We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quit
Hide
Just like the About menu item, the Quit and Hide items should also include the app name on macOS to follow platform conventions.
About
Here's an example of the correct behaviour:
And here's a Tauri app:
The text was updated successfully, but these errors were encountered:
fix(menus): add app name to native Quit and Hide items on macOS, closes
65f768e
#536 (#570) * feat(menus): add app name to native Quit and Hide items * lint: run cargo fmt * refactor(menus): cleaner app name implementation * chore(menus): add changefile * chore(menus): change changefile * refactor(menus): keep original app_name function signature * refactor(menus): add helper function `app_name_string`
Successfully merging a pull request may close this issue.
Just like the
About
menu item, theQuit
andHide
items should also include the app name on macOS to follow platform conventions.Here's an example of the correct behaviour:
And here's a Tauri app:
The text was updated successfully, but these errors were encountered: