Disable TrueColor

This commit is contained in:
Eric Swanson 2016-07-12 14:14:21 -07:00
parent da82b3426c
commit b895279aab
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@
'encrypt': WebUtil.getConfigVar('encrypt',
(window.location.protocol === "https:")),
'repeaterID': WebUtil.getConfigVar('repeaterID', ''),
'true_color': WebUtil.getConfigVar('true_color', true),
'true_color': WebUtil.getConfigVar('true_color', false),
'local_cursor': WebUtil.getConfigVar('cursor', true),
'shared': WebUtil.getConfigVar('shared', true),
'view_only': WebUtil.getConfigVar('view_only', false),