Merge pull request #9475 from Snuffleupagus/rm-handToolPref
Remove the actual `enableHandToolOnLoad` preference (PR 9040 follow-up)
This commit is contained in:
commit
df0836b9b8
@ -26,11 +26,6 @@
|
|||||||
],
|
],
|
||||||
"default": 0
|
"default": 0
|
||||||
},
|
},
|
||||||
"enableHandToolOnLoad": {
|
|
||||||
"description": "Deprecated. Set cursorToolOnLoad to 1 to enable the hand tool by default.",
|
|
||||||
"type": "boolean",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
"cursorToolOnLoad": {
|
"cursorToolOnLoad": {
|
||||||
"title": "Cursor tool on load",
|
"title": "Cursor tool on load",
|
||||||
"description": "The cursor tool that is enabled upon load.\n 0 = Text selection tool.\n 1 = Hand tool.",
|
"description": "The cursor tool that is enabled upon load.\n 0 = Text selection tool.\n 1 = Hand tool.",
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
"showPreviousViewOnLoad": true,
|
"showPreviousViewOnLoad": true,
|
||||||
"defaultZoomValue": "",
|
"defaultZoomValue": "",
|
||||||
"sidebarViewOnLoad": 0,
|
"sidebarViewOnLoad": 0,
|
||||||
"enableHandToolOnLoad": false,
|
|
||||||
"cursorToolOnLoad": 0,
|
"cursorToolOnLoad": 0,
|
||||||
"enableWebGL": false,
|
"enableWebGL": false,
|
||||||
"pdfBugEnabled": false,
|
"pdfBugEnabled": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user