mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 881131: update zoom reset label on location change. r=jaws
This commit is contained in:
parent
06a302f1a4
commit
1df6aaf74b
@ -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