Browse Source

fix(contact-list): enable avatars by default

j8
Leonard Kim 8 years ago
parent
commit
082fe711f2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js View File

@@ -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…
Cancel
Save