Firefox : Hide toolbar.
This commit is contained in:
parent
0e680114bd
commit
87093e4bc6
|
@ -5,8 +5,9 @@
|
|||
languagePacks = [ "en-US" "ru" ];
|
||||
autoConfig = ''
|
||||
// Bookmarks.
|
||||
lockPref("browser.microsummary.enabled", true);
|
||||
lockPref("browser.places.importBookmarksHTML", true);
|
||||
lockPref("browser.microsummary.enabled", true);
|
||||
lockPref("browser.places.importBookmarksHTML", true);
|
||||
lockPref("browser.toolbars.bookmarks.visibility", "never");
|
||||
|
||||
// Fonts.
|
||||
lockPref("browser.display.use_document_fonts", 0);
|
||||
|
|
Reference in a new issue