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