Refactor preferences and enable Zen Workspaces icons

This commit is contained in:
mauro-balades
2024-09-11 21:07:51 +02:00
parent 0d8bede377
commit bf723e0251
2 changed files with 4 additions and 1 deletions

View File

@@ -48,6 +48,8 @@ pref('pdfjs.enableHighlightEditor', true);
pref('pdfjs.enableHighlightFloatingButton', true);
pref("alerts.showFavicons", true);
pref("browser.tabs.loadBookmarksInTabs", true);
pref('browser.toolbars.bookmarks.visibility', 'never');
// Enable Do Not Track and GPC by default.
@@ -105,6 +107,7 @@ pref('zen.splitView.working', false);
// Zen Workspaces
pref('zen.workspaces.enabled', true);
pref('zen.workspaces.icons', '["🌐", "📁", "📎", "📝", "📅", "📊"]');
// Zen Watermark
pref('zen.watermark.enabled', true, sticky);