1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 04:49:59 +02:00

Added options for floating urlbar, fixed macos weird window control positioning, added newtab animations, fixed top toolbar hiding when hovering reload button and new URLBar UI

This commit is contained in:
mr. M 2024-12-13 00:49:43 +01:00
parent 85028b060c
commit c67fc71069
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
13 changed files with 253 additions and 79 deletions

View file

@ -1087,6 +1087,11 @@ Preferences.addAll([
type: "bool",
default: true,
},
{
id: "zen.urlbar.behavior",
type: "string",
default: "float",
},
{
id: "zen.view.compact.color-sidebar",
type: "bool",