瀏覽代碼

fix(config): Auto hide connection indicators by default

j8
yanas 7 年之前
父節點
當前提交
47d72c64c1
共有 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.

Loading…
取消
儲存