diff --git a/modules/sidebar/NotifDock.qml b/modules/sidebar/NotifDock.qml index c00f2bd4..177b6147 100644 --- a/modules/sidebar/NotifDock.qml +++ b/modules/sidebar/NotifDock.qml @@ -149,7 +149,7 @@ Item { id: clearTimer repeat: true - interval: 50 + interval: Math.max(15, Math.min(80, 69.8 - 12.3 * Math.log(Notifs.notClosed.length))) onTriggered: { const first = Notifs.notClosed[0]; if (first) {