Add preference to automatically enable the Hand Tool when the viewer loads

This commit is contained in:
Jonas Jenwald 2014-03-17 02:11:41 +01:00
parent 4c9c43f82b
commit 42f9541081
2 changed files with 11 additions and 3 deletions

View file

@ -21,5 +21,6 @@
var DEFAULT_PREFERENCES = {
showPreviousViewOnLoad: true,
defaultZoomValue: '',
ifAvailableShowOutlineOnLoad: false
ifAvailableShowOutlineOnLoad: false,
enableHandToolOnLoad: false
};