Merge pull request #2095 from jitsi/change-conn-hide-config
fix(config): Auto hide connection indicators by default
This commit is contained in:
commit
cd68a97b95
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue