parent
e2bb81885f
commit
c64424990d
|
@ -176,6 +176,7 @@ Item {
|
||||||
|
|
||||||
SentMessage {
|
SentMessage {
|
||||||
id: sentMessage
|
id: sentMessage
|
||||||
|
visible: isCurrentUser && !timeout && isMessage && outgoingStatus !== "sent"
|
||||||
anchors.top: chatTime.top
|
anchors.top: chatTime.top
|
||||||
anchors.bottomMargin: Style.current.padding
|
anchors.bottomMargin: Style.current.padding
|
||||||
anchors.right: chatTime.left
|
anchors.right: chatTime.left
|
||||||
|
|
|
@ -6,10 +6,7 @@ StyledText {
|
||||||
id: sentMessage
|
id: sentMessage
|
||||||
visible: isCurrentUser && !timeout && !isExpired && isMessage
|
visible: isCurrentUser && !timeout && !isExpired && isMessage
|
||||||
color: Style.current.darkGrey
|
color: Style.current.darkGrey
|
||||||
text: outgoingStatus === "sent" ?
|
|
||||||
//% "Sent"
|
|
||||||
qsTrId("status-sent") :
|
|
||||||
//% "Sending..."
|
//% "Sending..."
|
||||||
qsTrId("sending")
|
text: qsTrId("sending")
|
||||||
font.pixelSize: 10
|
font.pixelSize: 10
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue