fix(config): Auto hide connection indicators by default

This commit is contained in:
yanas 2017-10-20 15:44:20 -05:00
parent d3e8856896
commit 47d72c64c1
1 changed files with 1 additions and 1 deletions

View File

@ -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.