mirror of https://github.com/procxx/kepka.git
Version 0.10.12.alpha: returned native macOS notifications for 10.8+
This commit is contained in:
parent
4369c23314
commit
3c84899edf
|
@ -95,7 +95,7 @@ namespace Platform {
|
|||
namespace Notifications {
|
||||
|
||||
void start() {
|
||||
if (false && cPlatform() != dbipMacOld) {
|
||||
if (cPlatform() != dbipMacOld) {
|
||||
ManagerInstance.makeIfNull();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue