mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Version 0.10.12.alpha: returned native macOS notifications for 10.8+
This commit is contained in:
parent
4369c23314
commit
3c84899edf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue