mirror of https://github.com/BOINC/boinc.git
parent
8db6389fc0
commit
ae0df7ce83
|
@ -743,7 +743,7 @@ void CTaskBarIcon::UpdateNoticeStatus() {
|
|||
// Repeat notification for unread notices at user-selected reminder frequency
|
||||
wxTimeSpan tsLastNotificationDisplayed = wxDateTime::Now() - m_dtLastNotificationAlertExecuted;
|
||||
if (
|
||||
(tsLastNotificationDisplayed.GetMinutes() >= (pFrame->GetReminderFrequency() * 60))
|
||||
(tsLastNotificationDisplayed.GetMinutes() >= pFrame->GetReminderFrequency())
|
||||
&& (pFrame->GetReminderFrequency() != 0)
|
||||
) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue