diff --git a/vnc_auto.html b/vnc_auto.html index 2d81cca7..0c6e80a5 100644 --- a/vnc_auto.html +++ b/vnc_auto.html @@ -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),