a7e70a50f5
Given that it's really not clear to me if this is actually desired functionality in the default viewer, and considering that it doesn't fit in *great* with the way that `PDFHistory` is initialized, this feature is currently off by default[1]. --- [1] It's controlled with the `disableOpenActionDestination` Preference/AppOption.
25 lines
623 B
JSON
25 lines
623 B
JSON
{
|
|
"showPreviousViewOnLoad": true,
|
|
"defaultZoomValue": "",
|
|
"sidebarViewOnLoad": 0,
|
|
"cursorToolOnLoad": 0,
|
|
"enableWebGL": false,
|
|
"eventBusDispatchToDOM": false,
|
|
"pdfBugEnabled": false,
|
|
"disableRange": false,
|
|
"disableStream": false,
|
|
"disableAutoFetch": false,
|
|
"disableFontFace": false,
|
|
"textLayerMode": 1,
|
|
"useOnlyCssZoom": false,
|
|
"externalLinkTarget": 0,
|
|
"renderer": "canvas",
|
|
"renderInteractiveForms": false,
|
|
"enablePrintAutoRotate": false,
|
|
"disableOpenActionDestination": true,
|
|
"disablePageMode": false,
|
|
"disablePageLabels": false,
|
|
"scrollModeOnLoad": 0,
|
|
"spreadModeOnLoad": 0
|
|
}
|