-
Notifications
You must be signed in to change notification settings - Fork 90
feat(browser): adjust search engines list, new empty tab icon #19336
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
Conversation
Jenkins BuildsClick to see older builds (12)
|
caybro
left a comment
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, one question though
| Component.onCompleted: { | ||
| if (!SearchEnginesConfig.getEngineById(accountSettings.selectedBrowserSearchEngineId)) { | ||
| console.warn("SearchEngineModal: Invalid search engine ID detected, resetting to DuckDuckGo") | ||
| accountSettings.selectedBrowserSearchEngineId = SearchEnginesConfig.browserSearchEngineDuckDuckGo |
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.
Does that mean the invalid search engine will be reset only when going to Settings? What if the user already had configured it that way before, and they do the search w/o going to Settings?
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!
pepe-2.mp4
fixes #19250
fixes #19335