mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
Ladybird: Change default new tab URL to about:newtab
This commit is contained in:
parent
a22ef086f5
commit
c94fc7d3b0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
namespace Browser {
|
||||
|
||||
static constexpr StringView default_homepage_url = "resource://html/misc/welcome.html"sv;
|
||||
static constexpr StringView default_new_tab_url = "resource://ladybird/newtab.html"sv;
|
||||
static constexpr StringView default_new_tab_url = "about:newtab"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