Add search engine settings

This commit is contained in:
2026-05-08 03:04:33 -04:00
parent 3a1c415572
commit 6750f60d52
11 changed files with 334 additions and 12 deletions
@@ -29,7 +29,7 @@ impl BrowserCore {
self.command_query.clear();
}
CommandIntent::Search(query) => {
let url = search_url(query)?;
let url = search_url(query, self.search_engine)?;
self.open_tab(url);
self.command_query.clear();
}