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
Branches
Tags
1 merge request!114Failed state icon & disable donation in systray menu
Pipeline #46971 failed
......@@ -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.
Please register or to comment