diff options
Diffstat (limited to 'plugins/StartupSilence/src/main.cpp')
-rw-r--r-- | plugins/StartupSilence/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/StartupSilence/src/main.cpp b/plugins/StartupSilence/src/main.cpp index f81be2b195..5ce8eb08e6 100644 --- a/plugins/StartupSilence/src/main.cpp +++ b/plugins/StartupSilence/src/main.cpp @@ -144,12 +144,11 @@ int DisablePopup(WPARAM wParam, LPARAM lParam) return 0;
return 1;
}
- else return 0;
+ else return 0;//or allow popups for unread mail notification from MRA, keepstatus ... other services?
}
else if (timer == 2)
return 1; //block all popups at startup
return 0; //---> just allow all popups with this return
- //or allow popups for unread mail notification from MRA, keepstatus ... other services?
}
void EnablePopupModule()
|