Explorar el Código

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

fix(config): Auto hide connection indicators by default
j8
virtuacoplenny hace 8 años
padre
commit
cd68a97b95
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js Ver fichero

@@ -128,7 +128,7 @@ var interfaceConfig = {
128 128
      *
129 129
      * @type {boolean}
130 130
      */
131
-    CONNECTION_INDICATOR_AUTO_HIDE_ENABLED: false,
131
+    CONNECTION_INDICATOR_AUTO_HIDE_ENABLED: true,
132 132
 
133 133
     /**
134 134
      * How long the connection indicator should remain displayed before hiding.

Loading…
Cancelar
Guardar