mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
Ladybird+BrowserSettings: Load the NTP/home resource files with LibWeb
This commit is contained in:
parent
947136ca8d
commit
bacf3cede4
7 changed files with 12 additions and 34 deletions
|
@ -57,7 +57,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
auto database = TRY(WebView::Database::create(move(sql_server_paths)));
|
||||
auto cookie_jar = TRY(WebView::CookieJar::create(*database));
|
||||
|
||||
URL new_tab_page_url = Browser::default_new_tab_url();
|
||||
URL new_tab_page_url = Browser::default_new_tab_url;
|
||||
Vector<URL> initial_urls;
|
||||
|
||||
for (auto const& raw_url : raw_urls) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue