summaryrefslogtreecommitdiff
path: root/modules/drawers
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-29 23:37:02 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-29 23:37:02 +0800
commitdc1b01ccd34780a3d2fcae0eee53910958d2adab (patch)
tree8dbd212747c15d47b7ef18c44a0a74d71811847f /modules/drawers
parentsystemusage: actually run gpu procs (diff)
downloadcaelestia-shell-dc1b01ccd34780a3d2fcae0eee53910958d2adab.tar.gz
caelestia-shell-dc1b01ccd34780a3d2fcae0eee53910958d2adab.tar.bz2
caelestia-shell-dc1b01ccd34780a3d2fcae0eee53910958d2adab.zip
notifs: fix opening anim when spam notifs
No open/close state, just animate height
Diffstat (limited to 'modules/drawers')
-rw-r--r--modules/drawers/Drawers.qml1
-rw-r--r--modules/drawers/Panels.qml2
2 files changed, 0 insertions, 3 deletions
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
}