Update PdfViewer settings in appsettings.json
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.
This commit is contained in:
@@ -4,14 +4,13 @@
|
|||||||
"ForceToUseFakeDocument": false
|
"ForceToUseFakeDocument": false
|
||||||
},
|
},
|
||||||
"PdfViewer": {
|
"PdfViewer": {
|
||||||
"_comment": "PDF Viewer Quality Settings - Changes are applied automatically via IOptionsMonitor",
|
|
||||||
"ThumbnailBaseScale": 0.75,
|
"ThumbnailBaseScale": 0.75,
|
||||||
"ThumbnailEnableHiDPI": true,
|
"ThumbnailEnableHiDPI": true,
|
||||||
"ThumbnailMaxDPR": 2.0,
|
"ThumbnailMaxDPR": 2.0,
|
||||||
"MainCanvasEnableHiDPI": true,
|
"MainCanvasEnableHiDPI": true,
|
||||||
"MainCanvasMaxDPR": 2.0,
|
"MainCanvasMaxDPR": 2.0,
|
||||||
"EnableSmoothZoom": true,
|
"EnableSmoothZoom": true,
|
||||||
"ZoomTransitionDuration": 150,
|
"ZoomTransitionDuration": 900,
|
||||||
"RenderingOpacity": 0.85,
|
"RenderingOpacity": 0.85,
|
||||||
"ThumbnailRenderDelay": 50,
|
"ThumbnailRenderDelay": 50,
|
||||||
"ZoomStepPercentage": 5
|
"ZoomStepPercentage": 5
|
||||||
|
|||||||
Reference in New Issue
Block a user