mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
NB Broken! Notifications refactored to Manager, only Windows working.
This commit is contained in:
@@ -995,9 +995,6 @@ bool _readSetting(quint32 blockId, QDataStream &stream, int version) {
|
||||
if (!_checkStreamStatus(stream)) return false;
|
||||
|
||||
Global::SetWindowsNotifications(v == 1);
|
||||
if (cPlatform() == dbipWindows) {
|
||||
Global::SetCustomNotifies((App::wnd() ? !App::wnd()->psHasNativeNotifications() : true) || !Global::WindowsNotifications());
|
||||
}
|
||||
} break;
|
||||
|
||||
case dbiWorkMode: {
|
||||
|
Reference in New Issue
Block a user