mirror of
https://invent.kde.org/marcoa/a-la-karte.git
synced 2026-03-27 09:13:09 +00:00
fix: closeBtn in detail view now uses startClose() for fade-out consistency
This commit is contained in:
parent
fd5c75b03c
commit
09cdba516b
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ Item {
|
|||
QQC2.ToolTip.text: i18n("Back")
|
||||
QQC2.ToolTip.delay: 800
|
||||
|
||||
onClicked: detailRoot.close()
|
||||
onClicked: detailRoot.startClose()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue