Disable TrueColor
This commit is contained in:
parent
da82b3426c
commit
b895279aab
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue