-
Notifications
You must be signed in to change notification settings - Fork 15.7k
New issue
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
fix: correct windowMenu role on MacOS #15930
Conversation
Is this technically |
Maybe? i'd say |
Hm, I could see the argument each way. Even though the behavior is technically incorrect, if fixing it could potentially cause apps or behavior to change in a non-backward-compat way, I'd argue that it's probably better a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not super familiar with this but it seems okay to me
Release Notes Persisted
|
It was changed in electron#15930
It was changed in electron#15930
Description of Change
Resolves #15912.
Updates
windowMenu
MenuItem role to more accurately reflect the default window menu on MacOS. Also updates the default app to use this role./cc @sindresorhus @BinaryMuse
Checklist
npm test
passesRelease Notes
Notes: correct windowMenu MenuItem role on MacOS