mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
Revert "Ladybird: Load about:blank when opening a new tab"
This reverts commit 722a669b22.
This commit is contained in:
committed by
Andreas Kling
parent
94a0b941f7
commit
bdb24f950e
@@ -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 = "about:blank"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;
|
||||
|
||||
Reference in New Issue
Block a user