mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:08:12 +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
|
@ -82,7 +82,7 @@ void Settings::set_autocomplete_engine(EngineProvider const& engine_provider)
|
|||
|
||||
QString Settings::new_tab_page()
|
||||
{
|
||||
static auto const default_new_tab_url = qstring_from_ak_string(Browser::default_new_tab_url());
|
||||
static auto const default_new_tab_url = qstring_from_ak_string(Browser::default_new_tab_url);
|
||||
return m_qsettings->value("new_tab_page", default_new_tab_url).toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue