diff --git a/app/model/ServiceList.js b/app/model/ServiceList.js index 91153c4f..5225372e 100644 --- a/app/model/ServiceList.js +++ b/app/model/ServiceList.js @@ -47,5 +47,9 @@ Ext.define('Rambox.model.ServiceList', { name: 'custom_domain' ,type: 'boolean' ,defaultValue: false + },{ + name: 'dont_update_unread_from_title' + ,type: 'boolean' + ,defaultValue: false }] }); diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index fb38f350..2b667323 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -711,6 +711,16 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Manage your professional identity. Build and engage with your professional network. Access knowledge, insights and opportunities.' ,url: 'https://www.linkedin.com/messaging' ,type: 'messaging' + }, + { + id: 'zyptonite' + ,logo: 'zyptonite.png' + ,name: 'Zyptonite' + ,description: 'Zyptonite is the ultimate cyber secure communication tool for enterprise customers designed to address the need to securely communicate via voice, video, and chat, and transfer files and information across a global mobile workforce.' + ,url: 'https://app.zyptonite.com/' + ,type: 'messaging' + ,titleBlink: true + ,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("z-messages"),b=0;for(i=0;i=1?document.title="("+a+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3e3);' } ] }); diff --git a/resources/icons/zyptonite.png b/resources/icons/zyptonite.png new file mode 100644 index 00000000..73369679 Binary files /dev/null and b/resources/icons/zyptonite.png differ