diff --git a/src/qml/TimelineView.qml b/src/qml/TimelineView.qml index 1c136335b..358c06e27 100644 --- a/src/qml/TimelineView.qml +++ b/src/qml/TimelineView.qml @@ -142,7 +142,7 @@ QQC2.ScrollView { footer: Item { z: 3 width: root.width - visible: messageListView.sectionBannerItem && messageListView.sectionBannerItem.ListView.section !== "" && !Config.blur + visible: !Config.blur SectionDelegate { id: sectionDelegate