From 3c84899edf6f9ba4a0d144afba0b1cc98535c669 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 7 Oct 2016 16:37:31 +0300 Subject: [PATCH] Version 0.10.12.alpha: returned native macOS notifications for 10.8+ --- Telegram/SourceFiles/platform/mac/notifications_manager_mac.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/platform/mac/notifications_manager_mac.mm b/Telegram/SourceFiles/platform/mac/notifications_manager_mac.mm index 947be7a81..c92db9c02 100644 --- a/Telegram/SourceFiles/platform/mac/notifications_manager_mac.mm +++ b/Telegram/SourceFiles/platform/mac/notifications_manager_mac.mm @@ -95,7 +95,7 @@ namespace Platform { namespace Notifications { void start() { - if (false && cPlatform() != dbipMacOld) { + if (cPlatform() != dbipMacOld) { ManagerInstance.makeIfNull(); } }