mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-06-22 20:21:28 +02:00
Fix typo
This commit is contained in:
@@ -491,7 +491,7 @@ const sendMailCount = async () => {
|
||||
let unreadCount = 0;
|
||||
let newCount = 0;
|
||||
|
||||
if( SysTrayX.Messaging.countType === "1" || SysTrayX.Messaging.newIndicator === "true" ) {
|
||||
if( SysTrayX.Messaging.countType === "1" || SysTrayX.Messaging.showNewIndicator === "true" ) {
|
||||
|
||||
// Get both unread and new message count
|
||||
|
||||
|
||||
Reference in New Issue
Block a user