Fix hiding down button on timeline when at the bottom
This commit is contained in:
@@ -227,7 +227,7 @@ QQC2.ScrollView {
|
|||||||
padding: Kirigami.Units.largeSpacing
|
padding: Kirigami.Units.largeSpacing
|
||||||
|
|
||||||
z: 2
|
z: 2
|
||||||
visible: !root.atYEnd
|
visible: !messageListView.atYEnd
|
||||||
|
|
||||||
text: i18n("Jump to latest message")
|
text: i18n("Jump to latest message")
|
||||||
action: Kirigami.Action {
|
action: Kirigami.Action {
|
||||||
|
|||||||
Reference in New Issue
Block a user