From 502528751b3b0594e63fed20aa83d04e37ac7024 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 10 Feb 2024 09:05:35 +0530 Subject: upgrade pnpm and other deps --- recipes/zalo/package.json | 2 +- recipes/zalo/webview.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/zalo') diff --git a/recipes/zalo/package.json b/recipes/zalo/package.json index 76cef76..e2fafbc 100644 --- a/recipes/zalo/package.json +++ b/recipes/zalo/package.json @@ -1,7 +1,7 @@ { "id": "zalo", "name": "Zalo", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "config": { "serviceURL": "https://chat.zalo.me/", diff --git a/recipes/zalo/webview.js b/recipes/zalo/webview.js index 3c432a6..3d0bfb8 100644 --- a/recipes/zalo/webview.js +++ b/recipes/zalo/webview.js @@ -36,7 +36,8 @@ module.exports = Ferdium => { const convUnread = document.querySelectorAll( '.conv-unread:not(.func-unread__muted)', ); - if (convUnread.length === 0) count = 6; // 5+ + if (convUnread.length === 0) + count = 6; // 5+ else for (const convUnreadItem of convUnread) { switch (convUnreadItem.classList[1]) { -- cgit v1.2.3-70-g09d2