mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-07 08:47:08 +02:00
Merge branch 'feature-optional-count' of github.com:Ximi1970/systray-x into feature-optional-count
This commit is contained in:
@@ -331,7 +331,10 @@ SysTrayX.Messaging = {
|
||||
sendMailCountPre115();
|
||||
}
|
||||
} else {
|
||||
sendMailCount();
|
||||
if (SysTrayX.Messaging.startupDelayFinished)
|
||||
{
|
||||
sendMailCount();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user