diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index c6452103..f350f269 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -278,6 +278,13 @@ Ext.define('Rambox.store.ServicesList', { ,url: 'https://web.icq.com/' ,type: 'messaging' ,js_unread: 'function checkUnread(){updateBadge(parseInt(document.getElementsByClassName("nwa-msg-counter")[0].style.display==="block"?document.getElementsByClassName("nwa-msg-counter")[0].innerHTML.trim():0))}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' + }, + { + id: 'tweetdeck' + ,logo: 'tweetdeck.png' + ,name: 'TweetDeck' + ,url: 'https://tweetdeck.twitter.com/' + ,type: 'messaging' } ] }); diff --git a/resources/icons/tweetdeck.png b/resources/icons/tweetdeck.png new file mode 100644 index 00000000..aec50613 Binary files /dev/null and b/resources/icons/tweetdeck.png differ