Skip to content

Commit

Permalink
fix unread indicator with gmail workspace (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
BapRx authored Jul 6, 2023
1 parent 8257c6d commit 3fc3484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/account-views/preload/gmail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const mailActions = {
markAsSpam: 'sp'
}

const inboxElementSelector = 'div[role=navigation] a[href*="#inbox"]'
const inboxElementSelector = 'span > a[href*="#inbox"]'

let actionToken: string | undefined
let inboxParentElement: Element | undefined
Expand Down

0 comments on commit 3fc3484

Please sign in to comment.