mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
Bug 881131: update zoom reset label on location change
This commit is contained in:
parent
2b820fe840
commit
4de718b581
@ -249,6 +249,7 @@ const CustomizableWidgets = [{
|
||||
// Register ourselves with the service so we know when the zoom prefs change.
|
||||
Services.obs.addObserver(updateZoomResetButton, "browser-fullZoom:zoomChange", false);
|
||||
Services.obs.addObserver(updateZoomResetButton, "browser-fullZoom:zoomReset", false);
|
||||
Services.obs.addObserver(updateZoomResetButton, "browser-fullZoom:locationChange", false);
|
||||
|
||||
updateZoomResetButton();
|
||||
if (!inPanel)
|
||||
|
Loading…
Reference in New Issue
Block a user