aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zoho
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/zoho')
-rw-r--r--recipes/zoho/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/zoho/webview.js b/recipes/zoho/webview.js
index e4f6108..4e8c900 100644
--- a/recipes/zoho/webview.js
+++ b/recipes/zoho/webview.js
@@ -2,7 +2,7 @@ const path = require('path');
2 2
3module.exports = (Franz, options) => { 3module.exports = (Franz, options) => {
4 const getMessages = () => { 4 const getMessages = () => {
5 const unreadMail = $(".zm_urd").not(".hidden").length; 5 const unreadMail = $(".zmList.zmLUrd").length;
6 6
7 Franz.setBadge(unreadMail); 7 Franz.setBadge(unreadMail);
8 } 8 }