Remove unnecessary check
This commit is contained in:
@@ -142,7 +142,7 @@ QQC2.ScrollView {
|
|||||||
footer: Item {
|
footer: Item {
|
||||||
z: 3
|
z: 3
|
||||||
width: root.width
|
width: root.width
|
||||||
visible: messageListView.sectionBannerItem && messageListView.sectionBannerItem.ListView.section !== "" && !Config.blur
|
visible: !Config.blur
|
||||||
|
|
||||||
SectionDelegate {
|
SectionDelegate {
|
||||||
id: sectionDelegate
|
id: sectionDelegate
|
||||||
|
|||||||
Reference in New Issue
Block a user