mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +00:00
Browser+BrowserSettings: Migrate to LibWebView for search engines
This commit is contained in:
parent
b770ed03ac
commit
e8d921820a
6 changed files with 65 additions and 92 deletions
|
@ -12,7 +12,6 @@ namespace Browser {
|
|||
|
||||
static constexpr StringView default_homepage_url = "file:///res/html/misc/welcome.html"sv;
|
||||
static constexpr StringView default_new_tab_url = "file:///res/html/misc/new-tab.html"sv;
|
||||
static constexpr StringView default_search_engine = "https://www.google.com/search?q={}"sv;
|
||||
static constexpr StringView default_color_scheme = "auto"sv;
|
||||
static constexpr bool default_enable_content_filters = true;
|
||||
static constexpr bool default_show_bookmarks_bar = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue