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/Drawers.qml | 1 - modules/drawers/Panels.qml | 2 -- 2 files changed, 3 deletions(-) (limited to 'modules/drawers') diff --git a/modules/drawers/Drawers.qml b/modules/drawers/Drawers.qml index 985f83e..fab1995 100644 --- a/modules/drawers/Drawers.qml +++ b/modules/drawers/Drawers.qml @@ -105,7 +105,6 @@ Variants { id: visibilities property bool osd - property bool notifications: Notifs.popups.length > 0 property bool session property bool launcher property bool dashboard 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