From 53c098d54c3734911170071ac9faaef5e21a63de Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Mon, 23 Mar 2026 12:11:54 +0100 Subject: [PATCH] fix: fadeOut starts from current opacity, not hardcoded 1.0 Removes 'from: 1' so if Back is pressed while fadeIn is mid-play the fade-out starts from the actual current opacity instead of jumping to 1. --- src/qml/ConsoleGameDetail.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/ConsoleGameDetail.qml b/src/qml/ConsoleGameDetail.qml index 62d71ca..db1295b 100644 --- a/src/qml/ConsoleGameDetail.qml +++ b/src/qml/ConsoleGameDetail.qml @@ -386,7 +386,7 @@ Item { id: fadeOut target: detailRoot property: "opacity" - from: 1; to: 0 + to: 0 duration: 160 easing.type: Easing.InCubic onStopped: {