mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
set screen for notification
This commit is contained in:
parent
9ec465763f
commit
c4385ed5d4
1 changed files with 1 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ bool Notifier::createNotification(Notifier::NotificationType type, QVariantMap d
|
|||
if (window) {
|
||||
window->setParent(nullptr);
|
||||
window->setProperty(NotificationPropertyData, data);
|
||||
window->setScreen(screen);
|
||||
// for (auto it = data.begin(); it != data.end(); ++it)
|
||||
// window->setProperty(it.key().toLatin1(), it.value());
|
||||
const int timeout = Notifications[type].getTimeout() * 1000;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue