Update zen view compact mode preferences

This commit is contained in:
mr. M
2024-10-30 15:13:36 +01:00
parent a8d2773f5d
commit b0b73b5d97
4 changed files with 33 additions and 8 deletions

View File

@@ -1088,4 +1088,14 @@ Preferences.addAll([
type: "bool",
default: false,
},
{
id: "zen.view.compact.color-toolbar",
type: "bool",
default: true,
},
{
id: "zen.view.compact.color-sidebar",
type: "bool",
default: true,
}
]);