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 {
|
namespace Notifications {
|
||||||
|
|
||||||
void start() {
|
void start() {
|
||||||
if (false && cPlatform() != dbipMacOld) {
|
if (cPlatform() != dbipMacOld) {
|
||||||
ManagerInstance.makeIfNull();
|
ManagerInstance.makeIfNull();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue