mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-07 06:05:54 +02:00
Fix undefined filters error
This commit is contained in:
@@ -325,7 +325,10 @@ SysTrayX.Messaging = {
|
||||
sendMailCountPre115();
|
||||
}
|
||||
} else {
|
||||
sendMailCount();
|
||||
if (SysTrayX.Messaging.startupDelayFinished)
|
||||
{
|
||||
sendMailCount();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user