mirror of https://github.com/KDE/kasts.git
parent
804cf33fc2
commit
4afab2956d
|
@ -87,12 +87,12 @@ Kirigami.ScrollablePage {
|
|||
|
||||
delegate: Kirigami.SwipeListItem {
|
||||
Controls.Label {
|
||||
width: parent.width
|
||||
text: model.title + " - " + model.updated.toLocaleString(Qt.locale(), Locale.ShortFormat)
|
||||
textFormat: Text.RichText
|
||||
color: model.read ? Kirigami.Theme.disabledTextColor : Kirigami.Theme.textColor
|
||||
wrapMode: Text.Wrap
|
||||
}
|
||||
|
||||
|
||||
actions: [
|
||||
Kirigami.Action {
|
||||
icon.name: model.bookmark ? "bookmark-remove" : "bookmark-new"
|
||||
|
|
Loading…
Reference in New Issue