summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-12 18:58:03 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-12 18:58:03 +1000
commitfede76bbae21d6fb08263fba51737d73902e527b (patch)
tree9d1f85cc7e3dd2218ac600427b631602388da6bb /modules
parentnotifs: properly fix multiline summaries (diff)
downloadcaelestia-shell-fede76bbae21d6fb08263fba51737d73902e527b.tar.gz
caelestia-shell-fede76bbae21d6fb08263fba51737d73902e527b.tar.bz2
caelestia-shell-fede76bbae21d6fb08263fba51737d73902e527b.zip
notifs: fix crash
Diffstat (limited to 'modules')
-rw-r--r--modules/notifications/Content.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/notifications/Content.qml b/modules/notifications/Content.qml
index 0ea6935..ecf2c0d 100644
--- a/modules/notifications/Content.qml
+++ b/modules/notifications/Content.qml
@@ -51,17 +51,6 @@ Item {
}
}
- remove: Transition {
- id: remove
-
- Anim {
- property: "x"
- to: remove.ViewTransition.item.x > 0 ? NotifsConfig.sizes.width : -NotifsConfig.sizes.width
- duration: Appearance.anim.durations.large
- easing.bezierCurve: Appearance.anim.curves.emphasizedAccel
- }
- }
-
move: Transition {
Anim {
property: "y"