ソースを参照

fix(interfaceConfig) mark as deprecated

j8
Saúl Ibarra Corretgé 4年前
コミット
cff0a619f5
1個のファイルの変更7行の追加0行の削除
  1. 7
    0
      interface_config.js

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

@@ -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)',

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