mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
[dialer] Don't show call duration on missed messages
Or messages that were not connected (and so have no duration)
This commit is contained in:
parent
baec617ae4
commit
302a68ea7c
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ Item {
|
||||||
PlasmaComponents.Label {
|
PlasmaComponents.Label {
|
||||||
Layout.alignment: Qt.AlignRight
|
Layout.alignment: Qt.AlignRight
|
||||||
text: i18n("Duration: %1", secondsToTimeString(model.duration));
|
text: i18n("Duration: %1", secondsToTimeString(model.duration));
|
||||||
|
visible: model.duration > 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue