Procházet zdrojové kódy

fix(contact-list): enable avatars by default

master
Leonard Kim před 7 roky
rodič
revize
082fe711f2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js Zobrazit soubor

@@ -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
      */

Načítá se…
Zrušit
Uložit