diff --git a/src/plasma/private/applet_p.cpp b/src/plasma/private/applet_p.cpp index 40b14df9b..95bbebf4b 100644 --- a/src/plasma/private/applet_p.cpp +++ b/src/plasma/private/applet_p.cpp @@ -263,8 +263,8 @@ void AppletPrivate::askDestroy() deleteNotification->sendEvent(); if (!deleteNotificationTimer) { deleteNotificationTimer = new QTimer(q); - //really delete after 2 minutes - deleteNotificationTimer->setInterval(2 * 60 * 1000); + //really delete after a minute + deleteNotificationTimer->setInterval(60 * 1000); deleteNotificationTimer->setSingleShot(true); QObject::connect(deleteNotificationTimer, &QTimer::timeout, [=]() {