From 861336ea97e8bd9b25fa1b6874cd8315061c79fd Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Tue, 11 Jun 2024 21:48:56 +0200 Subject: [PATCH] Remove unnecessary check --- src/qml/TimelineView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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