refactor: remove hover tab change preference and related functionality in split view

This commit is contained in:
mr. m
2025-03-28 13:09:28 +01:00
parent aa4721428f
commit 01b8628504
4 changed files with 26 additions and 32 deletions

View File

@@ -949,11 +949,6 @@ Preferences.addAll([
type: 'bool',
default: true,
},
{
id: 'zen.splitView.change-on-hover',
type: 'bool',
default: true,
},
{
id: 'zen.tab-unloader.timeout-minutes',
type: 'int',

View File

@@ -215,13 +215,4 @@
<html:h1 data-l10n-id="zen-split-view-title"/>
</hbox>
<groupbox id="zenSplitViewGroup" data-category="paneZenLooks" hidden="true" class="highlighting-group">
<label><html:h2 data-l10n-id="zen-split-view-header"/></label>
<description class="description-deemphasized" data-l10n-id="zen-split-view-description" />
<checkbox id="zenLooksAndFeelSplitViewChangeOnHover"
data-l10n-id="zen-split-view-change-on-hover"
preference="zen.splitView.change-on-hover"/>
</groupbox>
</html:template>