mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:48:00 +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;
|
||||
if ("FullZoom" in window)
|
||||
FullZoom._applySettingToPref();
|
||||
liberator.echo((fullZoom ? "Full" : "Text") + " zoom: " + value + "%");
|
||||
liberator.echomsg((fullZoom ? "Full" : "Text") + " zoom: " + value + "%");
|
||||
}
|
||||
|
||||
function bumpZoomLevel(steps, fullZoom)
|
||||
|
||||
Reference in New Issue
Block a user