2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 23:45:44 +00:00

version 0.8.52 with some fixes

This commit is contained in:
John Preston
2015-08-19 16:54:17 +03:00
parent 20f1610d60
commit 5a1079e367
9 changed files with 24 additions and 18 deletions

View File

@@ -744,7 +744,9 @@ namespace {
if (!_checkStreamStatus(stream)) return false;
cSetWindowsNotifications(v == 1);
cSetCustomNotifies((App::wnd() ? App::wnd()->psHasNativeNotifications() : true) && !cWindowsNotifications());
if (cPlatform() == dbipWindows) {
cSetCustomNotifies((App::wnd() ? !App::wnd()->psHasNativeNotifications() : true) || !cWindowsNotifications());
}
} break;
case dbiWorkMode: {