mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-08 04:49:59 +02:00
Update default placements for ZenCustomizableUI based on platform
This commit is contained in:
parent
33744a4a73
commit
d6a140ea7d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export var ZenCustomizableUI = new (class {
|
||||||
'zen-sidebar-top-buttons',
|
'zen-sidebar-top-buttons',
|
||||||
{
|
{
|
||||||
type: this.TYPE_TOOLBAR,
|
type: this.TYPE_TOOLBAR,
|
||||||
defaultPlacements: ['zen-sidepanel-button'],
|
defaultPlacements: AppConstants.platform === 'macosx' ? [] : ['zen-sidepanel-button'],
|
||||||
defaultCollapsed: null,
|
defaultCollapsed: null,
|
||||||
},
|
},
|
||||||
true
|
true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue