chore: Add floating URL bar preference to theme settings

This commit is contained in:
Mauro Balades
2024-07-31 11:19:49 +02:00
parent d5164f05a5
commit 234f4ecfed
5 changed files with 85 additions and 8 deletions

View File

@@ -93,5 +93,10 @@ Preferences.addAll([
id: "zen.theme.pill-button",
type: "bool",
default: true,
},
{
id: "zen.theme.floating-urlbar",
type: "bool",
default: false,
}
]);