Added newtab button option to stay under last tab and reworked gradient generator's layout

This commit is contained in:
mr. M
2024-10-26 15:38:45 +02:00
parent 4ee7fa2af7
commit f019490989
10 changed files with 66 additions and 21 deletions

View File

@@ -1075,4 +1075,9 @@ Preferences.addAll([
type: 'bool',
default: true,
},
{
id: 'zen.tabs.show-newtab-under',
type: 'bool',
default: false,
}
]);

View File

@@ -287,6 +287,9 @@
<label><html:h2 data-l10n-id="zen-vertical-tabs-header"/></label>
<description class="description-deemphasized" data-l10n-id="zen-vertical-tabs-description" />
<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"/>