chore: Pref cleanup, b=no-bug, c=glance, tabs

This commit is contained in:
mr. m
2025-07-23 00:57:03 +02:00
parent 21bc9da02e
commit 999519f85c
4 changed files with 1 additions and 32 deletions

View File

@@ -1149,11 +1149,6 @@ Preferences.addAll([
type: 'bool',
default: true,
},
{
id: 'zen.view.show-newtab-button-border-top',
type: 'bool',
default: false,
},
{
id: 'zen.view.show-newtab-button-top',
type: 'bool',

View File

@@ -36,9 +36,6 @@
data-l10n-id="zen-vertical-tabs-newtab-on-tab-list"
preference="zen.tabs.show-newtab-vertical"/>
<vbox class="indent">
<checkbox id="zenLooksAndFeelShowTopNewtabBorder"
data-l10n-id="zen-vertical-tabs-newtab-top-button-border"
preference="zen.view.show-newtab-button-border-top"/>
<checkbox id="zenLooksAndFeelMoveNewtabToTop"
data-l10n-id="zen-vertical-tabs-newtab-top-button-up"
preference="zen.view.show-newtab-button-top"/>