ソースを参照

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

fix(config): Auto hide connection indicators by default
j8
virtuacoplenny 8年前
コミット
cd68a97b95
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js ファイルの表示

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

読み込み中…
キャンセル
保存