Fixed notifications.
This commit is contained in:
parent
ca458ee5c0
commit
e0016d10a1
@ -103,9 +103,8 @@ void Notification::notify(const QString &text, const QString &title, const QIcon
|
|||||||
if (response.arguments().size() == 1) {
|
if (response.arguments().size() == 1) {
|
||||||
// Message was sent, notification should display.
|
// Message was sent, notification should display.
|
||||||
m_dBusActiveNotification = response.arguments().at(0).toUInt();
|
m_dBusActiveNotification = response.arguments().at(0).toUInt();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user