diff --git a/README.md b/README.md index ae359969..efe4f442 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ - [Table of Contents](#table-of-contents) - [Screenshot](#screenshot) -- [Services available - 95](#services-available---95) +- [Services available - 94](#services-available---94) - [Features](#features) - [Privacy](#privacy) - [Donations](#donations) @@ -54,7 +54,7 @@ ---------- -## Services available - 95 +## Services available - 94 WhatsApp Messenger @@ -64,7 +64,6 @@ Telegram WeChat Gmail -Inbox HipChat ChatWork diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 04ac87df..b47c75b5 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -117,17 +117,6 @@ Ext.define('Hamsket.store.ServicesList', { ,js_unread: `let checkUnread=()=>{const a=document.getElementsByClassName("aim")[0].textContent.split(":");hamsket.updateBadge(parseInt(a[a.length-1].replace(/[^0-9]/g,"")))};setInterval(checkUnread,3e3);` ,note: 'To enable desktop notifications, you have to go to Settings inside Gmail. Read more...' }, - { - id: 'inbox' - ,logo: 'inbox.png' - ,name: 'Inbox' - ,description: locale['services[10]'] - ,url: 'https://inbox.google.com/?cid=imp' - ,type: 'email' - ,manual_notifications: true - ,js_unread: `let checkUnread=()=>{if(getComputedStyle(document.getElementsByClassName("sM")[0])["font-weight"] == "bold"){hamsket.updateBadge(document.getElementsByClassName("ss").length)}};setInterval(checkUnread,3e3);` - ,note: 'Please be sure to sign out of Hangouts inside Inbox, as it causes problems. Read more...' - }, { id: 'chatwork' ,logo: 'chatwork.png' diff --git a/resources/icons/inbox.png b/resources/icons/inbox.png deleted file mode 100644 index 6f7a2f85..00000000 Binary files a/resources/icons/inbox.png and /dev/null differ