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:
		@@ -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")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user