chore: Remove weather feature gate for the urlbar, b=(no-bug), c=no-component

This commit is contained in:
Mr. M
2025-05-05 17:31:43 +02:00
parent 786903d57c
commit 7c81063b90
2 changed files with 1 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
pref('browser.urlbar.unitConversion.enabled', true);
pref('browser.urlbar.trending.featureGate', false);
pref('browser.urlbar.weather.featureGate', true);
pref('browser.urlbar.weather.featureGate', false);
pref('browser.urlbar.quickactions.enabled', true);
pref('browser.urlbar.clipboard.featureGate', true);
pref('browser.urlbar.suggest.calculator', true);

View File

@@ -1,6 +1,4 @@
pref("browser.privateWindowSeparation.enabled", false);
// Mica
pref("widget.windows.mica", true);
pref("widget.windows.mica.popups", true);