From ae67668fc277531b6eb23e67b0547ac1250023f3 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 10 May 2025 21:22:40 +1000 Subject: notifs: option to have expire timeout Also remove scrollbar and reduce expand drag threshold --- modules/notifications/Content.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules') diff --git a/modules/notifications/Content.qml b/modules/notifications/Content.qml index 122da00..75fcb31 100644 --- a/modules/notifications/Content.qml +++ b/modules/notifications/Content.qml @@ -3,7 +3,6 @@ import "root:/services" import "root:/config" import Quickshell import QtQuick -import QtQuick.Controls Item { id: root @@ -41,8 +40,6 @@ Item { delegate: Notification {} - ScrollBar.vertical: StyledScrollBar {} - add: Transition { Anim { property: "x" -- cgit v1.2.3-freya