summaryrefslogtreecommitdiff
path: root/notification.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'notification.cpp')
-rw-r--r--notification.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/notification.cpp b/notification.cpp
index d0addbd..76d9be7 100644
--- a/notification.cpp
+++ b/notification.cpp
@@ -57,6 +57,8 @@ Notification::Notification(uint id, QObject *parent) : QObject(parent), d_ptr(ne
{
Q_D(Notification);
d->id = id;
+ d->urgency = 0;
+ d->transient = false;
}
Notification::~Notification()