fix the firefox bookmarks for the new update
This commit is contained in:
parent
53c2fd90ff
commit
480bdcdcc4
|
@ -24,7 +24,9 @@
|
||||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||||
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.searchEngines" = "DuckDuckGo";
|
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.searchEngines" = "DuckDuckGo";
|
||||||
};
|
};
|
||||||
bookmarks = [
|
bookmarks = {
|
||||||
|
force = true;
|
||||||
|
settings = [
|
||||||
{
|
{
|
||||||
name = "DIY HRT";
|
name = "DIY HRT";
|
||||||
toolbar = false;
|
toolbar = false;
|
||||||
|
@ -87,4 +89,5 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue