Add join room/create room/create direct chat && small bug fixes.
This commit is contained in:
@@ -42,7 +42,7 @@ AvatarContainer {
|
||||
id: timeText
|
||||
visible: Math.abs(time - aboveTime) > 600000 || index == 0
|
||||
Layout.alignment: Qt.AlignRight
|
||||
text: Qt.formatDateTime(time, "d MMM hh:mm")
|
||||
text: Qt.formatTime(time, "hh:mm")
|
||||
color: isNotice || sentByMe ? "grey" : "white"
|
||||
font.pointSize: 8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user