Removed the `_comment` field from the `PdfViewer` section, which described the PDF Viewer Quality Settings. Increased `ZoomTransitionDuration` from 150 to 900 to adjust zoom transition behavior, potentially improving user experience.
19 lines
409 B
JSON
19 lines
409 B
JSON
{
|
|
"Api": {
|
|
"BaseUrl": "",
|
|
"ForceToUseFakeDocument": false
|
|
},
|
|
"PdfViewer": {
|
|
"ThumbnailBaseScale": 0.75,
|
|
"ThumbnailEnableHiDPI": true,
|
|
"ThumbnailMaxDPR": 2.0,
|
|
"MainCanvasEnableHiDPI": true,
|
|
"MainCanvasMaxDPR": 2.0,
|
|
"EnableSmoothZoom": true,
|
|
"ZoomTransitionDuration": 900,
|
|
"RenderingOpacity": 0.85,
|
|
"ThumbnailRenderDelay": 50,
|
|
"ZoomStepPercentage": 5
|
|
}
|
|
}
|