diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index f8508059..572d1df1 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -812,15 +812,6 @@ Ext.define('Rambox.store.ServicesList', { ,type: 'messaging' ,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("unread")[0];updateBadge(t=a===undefined?0:parseInt(a.textContent.replace(/[^0-9]/g,"")))}function updateBadge(a){a>=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3000);' }, - { - id: 'allo' - ,logo: 'allo.png' - ,name: 'Allo' - ,description: 'Google Allo is a smart messaging app that helps you say more and do more. Express yourself better with stickers, doodles, and HUGE emojis & text. Allo also brings you the Google Assistant.' - ,url: 'https://allo.google.com/web' - ,type: 'messaging' - ,js_unread: 'function checkUnread(){var e=document.querySelectorAll(".hasUnread.conversation_item"),n=0;for(i=0;i=1?rambox.setUnreadCount(e):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);' - }, { id: 'Kune' ,logo: 'kune.png' diff --git a/resources/icons/allo.png b/resources/icons/allo.png deleted file mode 100644 index b87d4352..00000000 Binary files a/resources/icons/allo.png and /dev/null differ