소스 검색

fix(contact-list): enable avatars by default

master
Leonard Kim 8 년 전
부모
커밋
082fe711f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js 파일 보기

@@ -47,7 +47,7 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars
47 47
     // screen, 'width' would fit the original video width to the width of the
48 48
     // screen respecting ratio.
49 49
     VIDEO_LAYOUT_FIT: 'both',
50
-    SHOW_CONTACTLIST_AVATARS: false,
50
+    SHOW_CONTACTLIST_AVATARS: true,
51 51
     /**
52 52
      * Whether to only show the filmstrip (and hide the toolbar).
53 53
      */

Loading…
취소
저장