From f798e3f30b6eb69b3655159f07a27571fb737e2b Mon Sep 17 00:00:00 2001
From: Ruben Pollan <meskio@sindominio.net>
Date: Fri, 2 Oct 2020 12:34:26 +0200
Subject: [PATCH] [ui] Display the proper icon for failed state

---
 gui/qml/main.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui/qml/main.qml b/gui/qml/main.qml
index 367debe6..80f8e7ca 100644
--- a/gui/qml/main.qml
+++ b/gui/qml/main.qml
@@ -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") }
                     }
                 ]
-- 
GitLab