Fix hiding down button on timeline when at the bottom

This commit is contained in:
James Graham
2025-06-26 14:38:16 +01:00
parent cb4e7d4943
commit 63125d97c3

View File

@@ -227,7 +227,7 @@ QQC2.ScrollView {
padding: Kirigami.Units.largeSpacing
z: 2
visible: !root.atYEnd
visible: !messageListView.atYEnd
text: i18n("Jump to latest message")
action: Kirigami.Action {