-
Notifications
You must be signed in to change notification settings - Fork 975
Add whether brave is default browser check #4872
Conversation
05e80a0
to
1d34c59
Compare
@@ -421,7 +423,6 @@ app.on('ready', () => { | |||
basicAuth.init() | |||
contentSettings.init() | |||
privacy.init() | |||
Autofill.init() |
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.
Was Autofill.init() removed here intentionally?
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.
Ah, no it must be a rebase mistake
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.
fixed. thx
onUseBrave () { | ||
appActions.defaultBrowserUpdated(true) | ||
appActions.defaultBrowserCheckComplete() | ||
appActions.changeSetting(settings.CHECK_DEFAULT_ON_STARTUP, this.props.checkDefaultOnStartup) |
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.
I wonder if all these 3 things could be managed by a single appAction instead. I won't block on it but I think that's preferred for future ref.
fix #2105 requires brave/muon#73 Auditors: @bridiver, @bbondy
1d34c59
to
7eef889
Compare
looks great overall, I'll post followups for discovered problems. |
git rebase -i
to squash commits (if needed).fix #2105
requires brave/muon#73
Auditors: @bridiver, @bbondy