Fix notifications on macOS.

This commit is contained in:
John Preston 2020-06-25 19:13:02 +04:00
parent 2b5d3b022d
commit 8c4d3a86e7

View file

@ -109,7 +109,7 @@ NSImage *qt_mac_create_nsimage(const QPixmap &pm);
const auto notificationMsgId = msgObject ? [msgObject intValue] : 0; const auto notificationMsgId = msgObject ? [msgObject intValue] : 0;
const auto my = Window::Notifications::Manager::NotificationId{ const auto my = Window::Notifications::Manager::NotificationId{
.full = FullPeer{ .full = Manager::FullPeer{
.sessionId = notificationSessionId, .sessionId = notificationSessionId,
.peerId = notificationPeerId .peerId = notificationPeerId
}, },