-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
bump electron to 6.1.6, fixes missing window titles in accessibility apps #86837
Conversation
…n accessibility apps
@@ -60,7 +60,7 @@ | |||
"git": { | |||
"name": "electron", | |||
"repositoryUrl": "https://github.com/electron/electron", | |||
"commitHash": "6f62f91822a80192cb711c604f1a8f1a176f328d" | |||
"commitHash": "19c705ab80cd6fdccca3d65803ec2c4addb9540a" |
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.
Sorry for the review on wrong line, the review ui is bad at commenting for unchanged line.
Need to bump the version a few lines below "version": "6.1.6"
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.
Thanks, fixed in new commit
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.
Will merge once builds are available
This PR fixes #84195