chore: Remove floating URL bar feature

This commit is contained in:
Mauro Balades
2024-08-15 19:17:21 +02:00
parent edca28339b
commit 6cf7fe90b8
7 changed files with 0 additions and 60 deletions

View File

@@ -250,11 +250,6 @@ Preferences.addAll([
type: "bool",
default: true,
},
{
id: "zen.theme.floating-urlbar",
type: "bool",
default: false,
},
{
id: "zen.keyboard.shortcuts.disable-firefox",
type: "bool",

View File

@@ -91,10 +91,6 @@
<label><html:h2 data-l10n-id="zen-look-and-feel-urlbar-header"/></label>
<description class="description-deemphasized" data-l10n-id="zen-look-and-feel-urlbar-description" />
<checkbox id="zenLooksAndFeelFloatingUrlbar"
data-l10n-id="zen-look-and-feel-floating-urlbar"
preference="zen.theme.floating-urlbar"/>
</groupbox>
</html:template>