Add enableWebGL to the preferences
This commit is contained in:
parent
f57c6935d7
commit
30ab878835
2 changed files with 16 additions and 3 deletions
|
@ -22,5 +22,6 @@ var DEFAULT_PREFERENCES = {
|
|||
showPreviousViewOnLoad: true,
|
||||
defaultZoomValue: '',
|
||||
ifAvailableShowOutlineOnLoad: false,
|
||||
enableHandToolOnLoad: false
|
||||
enableHandToolOnLoad: false,
|
||||
enableWebGL: false
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue