Skip to content
Snippets Groups Projects
Commit b46cd339 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Fix tooltips

parent 8f7ca298
No related branches found
No related tags found
No related merge requests found
Pipeline #383 passed
......@@ -11,7 +11,7 @@ ImageButton {
changeColorOnHover: (model.state == MtxEvent.Read)
ToolTip.visible: hovered && model.state != MtxEvent.Empty
ToolTip.text: {
switch (state) {
switch (model.state) {
case MtxEvent.Failed:
return qsTr("Failed");
case MtxEvent.Sent:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment