Save vertical space by drawing directly in the titlebar (MR 6)

This commit is contained in:
plata 2021-05-15 18:19:12 +00:00 committed by Oliver Smith
parent 7bffd93c7b
commit 3a01c0e417
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -13,6 +13,9 @@ pref('dom.w3c.touch_events.enabled', true);
pref('apz.allow_zooming', true);
pref('apz.allow_double_tap_zooming', true);
// Save vertical space by drawing directly in the titlebar
pref('browser.tabs.drawInTitlebar', true);
// Disable search suggestions
pref('browser.search.suggest.enabled', false);