浏览代码

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

fix(config): Auto hide connection indicators by default
master
virtuacoplenny 8 年前
父节点
当前提交
cd68a97b95
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js 查看文件

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

正在加载...
取消
保存