[breaking change]: Removed the hide expand sidebar button

This commit is contained in:
mr. M
2024-10-26 18:34:06 +02:00
parent b32cbe1651
commit 3a517317a3
4 changed files with 1 additions and 16 deletions

View File

@@ -1000,11 +1000,6 @@ Preferences.addAll([
type: 'bool',
default: true,
},
{
id: 'zen.view.sidebar-expanded.show-button',
type: 'bool',
default: true,
},
{
id: 'zen.view.sidebar-expanded',
type: 'bool',

View File

@@ -290,9 +290,6 @@
<checkbox id="zenLooksAndFeelNewtabUnderLastTab"
data-l10n-id="zen-vertical-tabs-newtab-under-last-tab"
preference="zen.tabs.show-newtab-under"/>
<checkbox id="zenLooksAndFeelShowTabExpandButton"
data-l10n-id="zen-vertical-tabs-show-expand-button"
preference="zen.view.sidebar-expanded.show-button"/>
<hbox class="indent">
<checkbox id="zenLooksAndFeelShowBottomBorder"
data-l10n-id="zen-vertical-tabs-show-bottom-border"