mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 18:12:26 +01:00
Dont try to use FullZoom if it doesnt exist
This commit is contained in:
@@ -295,7 +295,8 @@ function Buffer() //{{{
|
|||||||
|
|
||||||
ZoomManager.useFullZoom = fullZoom;
|
ZoomManager.useFullZoom = fullZoom;
|
||||||
ZoomManager.zoom = value / 100;
|
ZoomManager.zoom = value / 100;
|
||||||
FullZoom._applySettingToPref();
|
if ("FullZoom" in window)
|
||||||
|
FullZoom._applySettingToPref();
|
||||||
liberator.echo((fullZoom ? "Full" : "Text") + " zoom: " + value + "%");
|
liberator.echo((fullZoom ? "Full" : "Text") + " zoom: " + value + "%");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user