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:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user