Add "Sending message..." tooltip on hourglass
Previously, hovering the hourglass shown for locally echoed messages would show an empty tooltip.
This commit is contained in:
parent
8a6f7c262f
commit
716b480550
|
@ -275,6 +275,8 @@ HRowLayout {
|
||||||
text: {
|
text: {
|
||||||
if (! visible) return ""
|
if (! visible) return ""
|
||||||
|
|
||||||
|
if (model.is_local_echo) return qsTr("Sending message...")
|
||||||
|
|
||||||
const members =
|
const members =
|
||||||
ModelStore.get(chat.userId, chat.roomId, "members")
|
ModelStore.get(chat.userId, chat.roomId, "members")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user