|
@@ -197,7 +197,8 @@ var interfaceConfig = {
|
197
|
197
|
* If this is set to false, the banner will not be rendered at all. If set to true, the check for extension(s)
|
198
|
198
|
* being already installed is done before rendering.
|
199
|
199
|
*/
|
200
|
|
- SHOW_CHROME_EXTENSION_BANNER: true,
|
|
200
|
+ // SHOW_CHROME_EXTENSION_BANNER: true,
|
|
201
|
+ SHOW_CHROME_EXTENSION_BANNER: false,
|
201
|
202
|
|
202
|
203
|
// If true, presence status: busy, calling, connected etc. is not displayed
|
203
|
204
|
DISABLE_PRESENCE_STATUS: true,
|