From 47d72c64c12982529832593a040a24d332305ba8 Mon Sep 17 00:00:00 2001 From: yanas Date: Fri, 20 Oct 2017 15:44:20 -0500 Subject: [PATCH] fix(config): Auto hide connection indicators by default --- interface_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface_config.js b/interface_config.js index a2c9540f9..1639e7711 100644 --- a/interface_config.js +++ b/interface_config.js @@ -128,7 +128,7 @@ var interfaceConfig = { * * @type {boolean} */ - CONNECTION_INDICATOR_AUTO_HIDE_ENABLED: false, + CONNECTION_INDICATOR_AUTO_HIDE_ENABLED: true, /** * How long the connection indicator should remain displayed before hiding.