You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONFIG.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ Determines if the right panel is enabled.
168
168
##### saveUserSettings
169
169
**Type**: `boolean`
170
170
**Default**: `true`
171
-
Determines if settings that have been changed from the default e.g reduce motion are saved on refresh.
171
+
Determines if settings that have been changed from the default e.g reduce motion are saved on refresh.[^2]
172
172
173
173
##### clickToZoomEnabled
174
174
**Type**: `boolean`
@@ -203,7 +203,7 @@ Determines if arrow keys can be used to navigate across pages.
203
203
##### zoomToSearchResultEnabled
204
204
**Type**: `boolean`
205
205
**Default**: `true`
206
-
Determines if zoom to search result is enabled.
206
+
Determines if zoom to search result is enabled.[^2]
207
207
208
208
##### zoomToBoundsEnabled
209
209
**Type**: `boolean`
@@ -408,7 +408,7 @@ Controls the size of the longest edge on the size-constrained download option (e
408
408
##### currentViewDisabledPercentage
409
409
**Type**: `number`
410
410
**Default**: `90`
411
-
Percentage of the current view that is disabled.
411
+
Percentage of the current view that is disabled.[^2]
412
412
413
413
##### downloadCurrentViewEnabled
414
414
**Type**: `boolean`
@@ -488,7 +488,7 @@ Determines if printing is enabled.
488
488
Determines if sharing is enabled.
489
489
490
490
#### headerPanel
491
-
Modify these options from within pagingHeaderPanel instead.
491
+
For OSD, these options may need to be modified from within pagingHeaderPanel instead.
492
492
493
493
##### centerOptionsEnabled
494
494
**Type**: `boolean`
@@ -995,7 +995,7 @@ Number of terms to elide in results.
995
995
##### forceImageMode
996
996
**Type**: `boolean`
997
997
**Default**: `false`
998
-
Determines if image mode is forced.
998
+
Determines if image mode is forced.[^2]
999
999
1000
1000
##### pageModeEnabled
1001
1001
**Type**: `boolean`
@@ -1137,3 +1137,4 @@ Determines if printing is enabled.
1137
1137
Determines if sharing is enabled.
1138
1138
1139
1139
[^1]: This option is documented based on its intended functionality, but a working example or environment to confirm its behaviour is yet to be identified.
1140
+
[^2]: There may be known issues with this setting; it is in the process of being reviewed and its behaviour may be revised in the future.
0 commit comments