Added icons to panels and menus and other small UI changes

This commit is contained in:
mauro-balades
2024-04-04 19:04:34 +02:00
parent 71d4cb3ff2
commit e2bf9c5bd4
142 changed files with 3661 additions and 11 deletions

View File

@@ -88,10 +88,11 @@ pref('gfx.content.skia-font-cache-size', 20);
pref('gfx.webrender.all', true);
pref('layout.css.backdrop-filter.enabled', true);
pref("alerts.showFavicons", true);
// CUSTOM ZEN PREFS
pref('zen.verticalTabs.enabled', false);
pref('zen.window.translucent', true);
// TODO: pref('zen.verticalTabs.enabled', false);
// From: https://github.com/yokoffing/Betterfox
@@ -126,4 +127,5 @@ pref('network.predictor.enabled', false);
pref('layout.css.grid-template-masonry-value.enabled', true);
pref('dom.enable_web_task_scheduling', true);
pref('layout.css.has-selector.enabled', true);
pref('dom.security.sanitizer.enabled', true);
pref('dom.security.sanitizer.enabled', true);