From 4c892f53e842d224f55d7abbdcb3dd1520817bf4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 10 May 2025 19:52:35 +1000 Subject: notifs: slide to remove --- config/NotifsConfig.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/NotifsConfig.qml') diff --git a/config/NotifsConfig.qml b/config/NotifsConfig.qml index 1b5a852..66949f3 100644 --- a/config/NotifsConfig.qml +++ b/config/NotifsConfig.qml @@ -5,6 +5,8 @@ import QtQuick Singleton { readonly property int defaultExpireTimeout: 3000 + readonly property real clearThreshold: 0.3 + readonly property int expandThreshold: 30 readonly property Sizes sizes: Sizes {} component Sizes: QtObject { -- cgit v1.2.3-freya