aboutsummaryrefslogtreecommitdiffstats
path: root/sysui/LaunchController.qml
diff options
context:
space:
mode:
Diffstat (limited to 'sysui/LaunchController.qml')
-rw-r--r--sysui/LaunchController.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysui/LaunchController.qml b/sysui/LaunchController.qml
index 88e43aa..aeb1d9b 100644
--- a/sysui/LaunchController.qml
+++ b/sysui/LaunchController.qml
@@ -146,6 +146,8 @@ StackView {
if (root.busy)
root.completeTransition()
+ item.state = "closing"
+
if (item == root.currentItem) {
var stackItem = null;
if (root.depth > 2)