-
Notifications
You must be signed in to change notification settings - Fork 903
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
Update help link to be relevant for Windows users #6659
Conversation
I am wondering if it would be possible to implement this via https://github.com/brave/brave-core/blob/master/browser/resources/settings/brave_overrides/about_page.js and get rid of the patch altogether. |
@mkarolin oh wow- yeah that should definitely work 😄 Good call! Will look at that approach |
b10b236
to
21239e4
Compare
@mkarolin updated! 😄 |
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.
LGTM 👍
cc: @bridiver on patch removal 😄 CI looks good; Windows had 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.
patch change is good, but @petemill should probably checkoff the actual changes
21239e4
to
f010f62
Compare
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.
++
The <if> expression will get evaluated properly by grit Fixes brave/brave-browser#11746
f010f62
to
b1380ee
Compare
Fixes brave/brave-browser#11746
Submitter Checklist:
npm run lint
,npm run gn_check
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Learn more
goes to correct placeWould be great if there was a debug way to show the full status - but I find anything unfortunately
I tested myself on Windows by applying this patch manually:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.