Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F112810
D122.1732350697.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
853 B
Referenced Files
None
Subscribers
None
D122.1732350697.diff
View Options
diff --git a/src/contents/ui/Bubble.qml b/src/contents/ui/Bubble.qml
--- a/src/contents/ui/Bubble.qml
+++ b/src/contents/ui/Bubble.qml
@@ -195,6 +195,7 @@
objectName: 'localEchoIndicator'
visible: !!event.isLocalEcho
hoverEnabled: true
+ enabled: event.isFailed
icon.name: event.isSending ? 'state-sync' : 'state-warning'
Layout.preferredHeight: Kirigami.Units.iconSizes.medium
Layout.preferredWidth: Kirigami.Units.iconSizes.medium
@@ -205,12 +206,8 @@
ToolTip.timeout: 5000
ToolTip.visible: hovered
- TapHandler {
- objectName: 'resendEventButton'
- onTapped: {
- room.resendMessage(event.txnId);
- }
- enabled: event.isFailed
+ onClicked: {
+ room.resendMessage(event.txnId);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 12:31 AM (2 m, 59 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39231
Default Alt Text
D122.1732350697.diff (853 B)
Attached To
Mode
D122: Make the resend button a ToolButton
Attached
Detach File
Event Timeline
Log In to Comment