chore: Update sidebar close-on-blur preference handling

This commit is contained in:
Mauro Balades
2024-08-04 13:02:25 +02:00
parent 741cfd7af4
commit 14da8cd9e7
6 changed files with 26 additions and 7 deletions

View File

@@ -64,6 +64,11 @@ Preferences.addAll([
type: "bool",
default: true,
},
{
id: "zen.sidebar.close-on-blur",
type: "bool",
default: true,
},
{
id: "zen.view.compact",
type: "bool",