mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 14:27:59 +01:00
Fixed zoom level messages (not opening MOW anymore on subsequent zi's)
This commit is contained in:
@@ -68,7 +68,7 @@ function Buffer() //{{{
|
|||||||
ZoomManager.zoom = value / 100;
|
ZoomManager.zoom = value / 100;
|
||||||
if ("FullZoom" in window)
|
if ("FullZoom" in window)
|
||||||
FullZoom._applySettingToPref();
|
FullZoom._applySettingToPref();
|
||||||
liberator.echo((fullZoom ? "Full" : "Text") + " zoom: " + value + "%");
|
liberator.echomsg((fullZoom ? "Full" : "Text") + " zoom: " + value + "%");
|
||||||
}
|
}
|
||||||
|
|
||||||
function bumpZoomLevel(steps, fullZoom)
|
function bumpZoomLevel(steps, fullZoom)
|
||||||
|
|||||||
Reference in New Issue
Block a user