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(); } }