From 4adb208a4805d282ff8ac760dbd978c95e053466 Mon Sep 17 00:00:00 2001 From: Thomas Papamichail Date: Wed, 4 Nov 2020 14:51:19 +0200 Subject: Fix unread emails css selector --- recipes/zoho/webview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); module.exports = (Franz, options) => { const getMessages = () => { - const unreadMail = $(".zm_urd").not(".hidden").length; + const unreadMail = $(".zmList.zmLUrd").length; Franz.setBadge(unreadMail); } -- cgit v1.2.3-70-g09d2