From 63125d97c3838df5c20bfc87ba2a992bf6ceb8db Mon Sep 17 00:00:00 2001 From: James Graham Date: Thu, 26 Jun 2025 14:38:16 +0100 Subject: [PATCH] Fix hiding down button on timeline when at the bottom --- src/timeline/TimelineView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timeline/TimelineView.qml b/src/timeline/TimelineView.qml index d0e81e946..c4fd61745 100644 --- a/src/timeline/TimelineView.qml +++ b/src/timeline/TimelineView.qml @@ -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 {