mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-28 22:18:38 +00:00
Added support for pinned web panels
This commit is contained in:
@@ -87,6 +87,7 @@
|
||||
|
||||
_changeSidebarLocation(value) {
|
||||
const kElementsToAppend = [
|
||||
"zen-sidebar-web-panel-wrapper",
|
||||
"sidebar-splitter",
|
||||
"sidebar-box",
|
||||
"navigator-toolbox",
|
||||
@@ -94,7 +95,6 @@
|
||||
const kInlineIndicatorElements = [
|
||||
"nav-bar",
|
||||
"tabbrowser-tabbox",
|
||||
"zen-sidebar-web-panel",
|
||||
"appcontent",
|
||||
...kElementsToAppend,
|
||||
];
|
||||
|
Reference in New Issue
Block a user