diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index e2bb9af7..4b6624c6 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -538,13 +538,13 @@ Ext.define('Rambox.store.ServicesList', { ,js_unread: 'function check_unread(){update_badge(appCtxt.getById(ZmFolder.ID_INBOX).numUnread)}function update_badge(a){document.title=a>0?"("+a+") "+original_title:original_title}const original_title=document.title;setInterval(check_unread,3e3);' }, { - id: 'kaiwa' + id: 'kaiwa' ,logo: 'kaiwa.png' ,name: 'Kaiwa' ,description: 'A modern and Open Source Web client for XMPP' ,url: '___' ,type: 'messaging' ,js_unread: 'function check_unread() { let count=0; for (let node of document.getElementsByClassName("unread")){ if (node.innerHTML){ count += parseInt(node.innerHTML); } } update_badge(count);}function update_badge(a) { document.title = a > 0 ? "(" + a + ") " + original_title : original_title}const original_title = document.title;setInterval(check_unread, 3e3);' - }, + } ] }); diff --git a/resources/icons/kaiwa.png b/resources/icons/kaiwa.png index 2591b0f4..fc16270b 100644 Binary files a/resources/icons/kaiwa.png and b/resources/icons/kaiwa.png differ