Version 0.10.12.alpha: returned native macOS notifications for 10.8+

This commit is contained in:
John Preston 2016-10-07 16:37:31 +03:00
parent 4369c23314
commit 3c84899edf

View File

@ -95,7 +95,7 @@ namespace Platform {
namespace Notifications {
void start() {
if (false && cPlatform() != dbipMacOld) {
if (cPlatform() != dbipMacOld) {
ManagerInstance.makeIfNull();
}
}