mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
enabled custom notifies in os x 10.7, added content image in os x native notifiers
This commit is contained in:
@@ -129,7 +129,7 @@ int gOtherOnline = 0;
|
||||
|
||||
void settingsParseArgs(int argc, char *argv[]) {
|
||||
if (cPlatform() == dbipMac) {
|
||||
gCustomNotifies = false;
|
||||
gCustomNotifies = (QSysInfo::macVersion() < QSysInfo::MV_10_8);
|
||||
} else {
|
||||
gCustomNotifies = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user