Sfoglia il codice sorgente

fix(config): Auto hide connection indicators by default

j8
yanas 8 anni fa
parent
commit
47d72c64c1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js Vedi File

@@ -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…
Annulla
Salva