Explorar el Código

fix(interfaceConfig) mark as deprecated

j8
Saúl Ibarra Corretgé hace 4 años
padre
commit
cff0a619f5
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      interface_config.js

+ 7
- 0
interface_config.js Ver fichero

@@ -1,6 +1,13 @@
1 1
 /* eslint-disable no-unused-vars, no-var, max-len */
2 2
 /* eslint sort-keys: ["error", "asc", {"caseSensitive": false}] */
3 3
 
4
+/**
5
+ * !!!IMPORTANT!!!
6
+ *
7
+ * This file is considered deprecated. All options will eventually be moved to
8
+ * config.js, and no new options should be added here.
9
+ */
10
+
4 11
 var interfaceConfig = {
5 12
     APP_NAME: 'Jitsi Meet',
6 13
     AUDIO_LEVEL_PRIMARY_COLOR: 'rgba(255,255,255,0.4)',

Loading…
Cancelar
Guardar