Remove the actual enableHandToolOnLoad
preference (PR 9040 follow-up)
This should have been removed as part of PR 9040, but was simply overlooked.
This commit is contained in:
parent
ea3d8450d2
commit
90ab9bafff
@ -26,11 +26,6 @@
|
||||
],
|
||||
"default": 0
|
||||
},
|
||||
"enableHandToolOnLoad": {
|
||||
"description": "Deprecated. Set cursorToolOnLoad to 1 to enable the hand tool by default.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"cursorToolOnLoad": {
|
||||
"title": "Cursor tool on load",
|
||||
"description": "The cursor tool that is enabled upon load.\n 0 = Text selection tool.\n 1 = Hand tool.",
|
||||
|
@ -2,7 +2,6 @@
|
||||
"showPreviousViewOnLoad": true,
|
||||
"defaultZoomValue": "",
|
||||
"sidebarViewOnLoad": 0,
|
||||
"enableHandToolOnLoad": false,
|
||||
"cursorToolOnLoad": 0,
|
||||
"enableWebGL": false,
|
||||
"pdfBugEnabled": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user