mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +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