Merge pull request #2095 from jitsi/change-conn-hide-config

fix(config): Auto hide connection indicators by default
This commit is contained in:
virtuacoplenny 2017-10-20 14:19:00 -07:00 committed by GitHub
commit cd68a97b95
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.