Fix default value for popupScaleRelativeToPageZoom

This commit is contained in:
toasted-nutbread 2019-12-30 12:36:11 -05:00
parent 14c1f379ec
commit 48d93f3fa5

View File

@ -174,7 +174,7 @@
}, },
"popupScaleRelativeToPageZoom": { "popupScaleRelativeToPageZoom": {
"type": "boolean", "type": "boolean",
"default": true "default": false
}, },
"showGuide": { "showGuide": {
"type": "boolean", "type": "boolean",