Merge pull request #9475 from Snuffleupagus/rm-handToolPref

Remove the actual `enableHandToolOnLoad` preference (PR 9040 follow-up)
This commit is contained in:
Tim van der Meij 2018-02-14 00:00:15 +01:00 committed by GitHub
commit df0836b9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -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.",

View File

@ -2,7 +2,6 @@
"showPreviousViewOnLoad": true,
"defaultZoomValue": "",
"sidebarViewOnLoad": 0,
"enableHandToolOnLoad": false,
"cursorToolOnLoad": 0,
"enableWebGL": false,
"pdfBugEnabled": false,