mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-17 20:03:31 +01:00
Update zoom display on full zoom changed triggered outside of Pentadactyl.
This commit is contained in:
@@ -1494,6 +1494,7 @@ var Events = Module("events", {
|
|||||||
dactyl.triggerObserver("fullscreen", this._fullscreen);
|
dactyl.triggerObserver("fullscreen", this._fullscreen);
|
||||||
autocommands.trigger("Fullscreen", { url: this._fullscreen ? "on" : "off", state: this._fullscreen });
|
autocommands.trigger("Fullscreen", { url: this._fullscreen ? "on" : "off", state: this._fullscreen });
|
||||||
}
|
}
|
||||||
|
statusline.updateZoomLevel();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user