From b895279aab84171629676414af9bf4f121178ffb Mon Sep 17 00:00:00 2001 From: Eric Swanson Date: Tue, 12 Jul 2016 14:14:21 -0700 Subject: [PATCH] Disable TrueColor --- vnc_auto.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),