Show last event time in RoomDelegate
Also respect locale for message times
This commit is contained in:
@@ -70,7 +70,7 @@ Row {
|
||||
// time
|
||||
" <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 ?
|
||||
|
Reference in New Issue
Block a user