From c4399efbe4f2583dea977018ec6d387744ad3559 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 27 Mar 2026 19:17:49 +1100 Subject: [PATCH] fix: launcher anim Async launcher makes anim worse cause height gets recalculated during anim, removing overshoot and slowing down curve --- modules/launcher/Wrapper.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/launcher/Wrapper.qml b/modules/launcher/Wrapper.qml index 472667e0..0c9871aa 100644 --- a/modules/launcher/Wrapper.qml +++ b/modules/launcher/Wrapper.qml @@ -51,7 +51,6 @@ Item { anchors.top: parent.top anchors.horizontalCenter: parent.horizontalCenter - asynchronous: true active: root.shouldBeActive || root.visible sourceComponent: Content {