Revert "fix: don't flash compact sidebar when opening glance"

This commit is contained in:
mr. m
2025-01-05 17:03:10 +01:00
committed by GitHub
parent 6b2239212c
commit 6291e65165

View File

@@ -94,8 +94,7 @@ index f7c39fe804182e2bdf53045ba3b6a5ba17079fc3..8b594d9d13b60c51c6f9306e28178e75
- }
+ this.arrowScrollbox.ensureElementIsVisible(selectedTab, aInstant);
+ if (!aInstant && !gZenGlanceManager.animatingOpen
+ && Services.prefs.getBoolPref('zen.view.compact')
+ if (!aInstant && Services.prefs.getBoolPref('zen.view.compact')
+ && Services.prefs.getBoolPref('zen.view.compact.toolbar-flash-popup')) {
+ gZenCompactModeManager.flashSidebar();
+ }