1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-10 02:06:24 +02:00

chore: Update theme pill-button default value and styles

This commit is contained in:
Mauro Balades 2024-07-23 11:35:26 +02:00
parent 26b633553c
commit 9c6b0912a5
12 changed files with 47 additions and 17 deletions

View file

@ -83,5 +83,10 @@ Preferences.addAll([
id: "zen.view.sidebar-expanded",
type: "bool",
default: true,
},
{
id: "zen.theme.pill-button",
type: "bool",
default: true,
}
]);