From dc1b01ccd34780a3d2fcae0eee53910958d2adab Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 29 May 2025 23:37:02 +0800 Subject: notifs: fix opening anim when spam notifs No open/close state, just animate height --- modules/drawers/Panels.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/drawers/Panels.qml') diff --git a/modules/drawers/Panels.qml b/modules/drawers/Panels.qml index db97362..5ea7e83 100644 --- a/modules/drawers/Panels.qml +++ b/modules/drawers/Panels.qml @@ -40,8 +40,6 @@ Item { Notifications.Wrapper { id: notifications - visibility: root.visibilities.notifications - anchors.top: parent.top anchors.right: parent.right } -- cgit v1.2.3-freya