mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Fix notifications on macOS.
This commit is contained in:
parent
2b5d3b022d
commit
8c4d3a86e7
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ NSImage *qt_mac_create_nsimage(const QPixmap &pm);
|
|||
const auto notificationMsgId = msgObject ? [msgObject intValue] : 0;
|
||||
|
||||
const auto my = Window::Notifications::Manager::NotificationId{
|
||||
.full = FullPeer{
|
||||
.full = Manager::FullPeer{
|
||||
.sessionId = notificationSessionId,
|
||||
.peerId = notificationPeerId
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue