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:
parent
85028b060c
commit
c67fc71069
13 changed files with 253 additions and 79 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue