Treat read markers as item in the model

This commit is contained in:
Carl Schwan
2021-05-21 17:46:34 +00:00
parent 0bc51627bb
commit b5edfc909e
4 changed files with 139 additions and 49 deletions

View File

@@ -182,13 +182,4 @@ QQC2.ItemDelegate {
visible: active
sourceComponent: ReactionDelegate { }
}
Rectangle {
width: parent.width * 0.9
x: parent.width * 0.05
height: Kirigami.Units.smallSpacing / 2
anchors.top: loader.bottom
visible: readMarker
color: Kirigami.Theme.positiveTextColor
}
}