diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-12 18:58:03 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-12 18:58:03 +1000 |
| commit | fede76bbae21d6fb08263fba51737d73902e527b (patch) | |
| tree | 9d1f85cc7e3dd2218ac600427b631602388da6bb /modules/notifications | |
| parent | notifs: properly fix multiline summaries (diff) | |
| download | caelestia-shell-fede76bbae21d6fb08263fba51737d73902e527b.tar.gz caelestia-shell-fede76bbae21d6fb08263fba51737d73902e527b.tar.bz2 caelestia-shell-fede76bbae21d6fb08263fba51737d73902e527b.zip | |
notifs: fix crash
Diffstat (limited to 'modules/notifications')
| -rw-r--r-- | modules/notifications/Content.qml | 11 |
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" |