Skip to content
Snippets Groups Projects
Unverified Commit f798e3f3 authored by meskio's avatar meskio :tent:
Browse files

[ui] Display the proper icon for failed state

parent 2079772a
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ ApplicationWindow {
},
State {
name: "failed"
PropertyChanges { target: systray; tooltip: toHuman("failed"); icon.source: icons["wait"] }
PropertyChanges { target: systray; tooltip: toHuman("failed"); icon.source: icons["blocked"] }
PropertyChanges { target: statusItem; text: toHuman("failed") }
}
]
......
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