Show last event time in RoomDelegate

Also respect locale for message times
This commit is contained in:
miruka
2019-08-16 12:07:22 -04:00
parent c76ebe4fe2
commit 2bb3952225
4 changed files with 86 additions and 26 deletions

View File

@@ -70,7 +70,7 @@ Row {
// time
"&nbsp;&nbsp;<font size=" + theme.fontSize.small +
"px color=" + theme.chat.message.date + ">" +
Qt.formatDateTime(model.date, "hh:mm:ss") +
Utils.formatTime(model.date) +
"</font>" +
// local echo icon
(model.is_local_echo ?