aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fastmail/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fastmail/webview.js')
-rw-r--r--recipes/fastmail/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/fastmail/webview.js b/recipes/fastmail/webview.js
index 003d18c..ca5cc9d 100644
--- a/recipes/fastmail/webview.js
+++ b/recipes/fastmail/webview.js
@@ -12,7 +12,7 @@ module.exports = (Franz, options) => {
12 clearInterval(interval); 12 clearInterval(interval);
13 }, 200); 13 }, 200);
14 const getMessages = () => { 14 const getMessages = () => {
15 const inbox = document.querySelector(".v-FolderSource--inbox>.v-FolderSource-badge"); 15 const inbox = document.querySelector(".v-MailboxSource--inbox .v-MailboxSource-badge");
16 if (!inbox) { 16 if (!inbox) {
17 return; 17 return;
18 } 18 }