fix: closeBtn in detail view now uses startClose() for fade-out consistency

This commit is contained in:
Marco Allegretti 2026-03-23 12:04:22 +01:00
parent fd5c75b03c
commit 09cdba516b

View file

@ -357,7 +357,7 @@ Item {
QQC2.ToolTip.text: i18n("Back") QQC2.ToolTip.text: i18n("Back")
QQC2.ToolTip.delay: 800 QQC2.ToolTip.delay: 800
onClicked: detailRoot.close() onClicked: detailRoot.startClose()
} }
} }