mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
Base+Browser+BrowserSettings: Add default page for new tab
This commit is contained in:
parent
6571455499
commit
b691269912
3 changed files with 99 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <LibGUI/Model.h>
|
||||
|
||||
static String default_homepage_url = "file:///res/html/misc/welcome.html";
|
||||
static String default_new_tab_url = "file:///res/html/misc/welcome.html";
|
||||
static String default_new_tab_url = "file:///res/html/misc/new-tab.html";
|
||||
static String default_search_engine = "";
|
||||
static String default_color_scheme = "auto";
|
||||
static bool default_show_bookmarks_bar = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue