浏览代码

fix(contact-list): enable avatars by default

master
Leonard Kim 7 年前
父节点
当前提交
082fe711f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js 查看文件

47
     // screen, 'width' would fit the original video width to the width of the
47
     // screen, 'width' would fit the original video width to the width of the
48
     // screen respecting ratio.
48
     // screen respecting ratio.
49
     VIDEO_LAYOUT_FIT: 'both',
49
     VIDEO_LAYOUT_FIT: 'both',
50
-    SHOW_CONTACTLIST_AVATARS: false,
50
+    SHOW_CONTACTLIST_AVATARS: true,
51
     /**
51
     /**
52
      * Whether to only show the filmstrip (and hide the toolbar).
52
      * Whether to only show the filmstrip (and hide the toolbar).
53
      */
53
      */

正在加载...
取消
保存