codex: add custom search engines
This commit is contained in:
@@ -795,7 +795,7 @@ extension BrowserViewController: UITextFieldDelegate
|
||||
|
||||
currentTab.beginLoadingURL(url)
|
||||
} else {
|
||||
let searchURL = Settings.shared.searchProvider.provider().searchURLWithQuery(text)
|
||||
let searchURL = Settings.shared.currentSearchProvider().searchURLWithQuery(text)
|
||||
currentTab.beginLoadingURL(searchURL)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user