From f798e3f30b6eb69b3655159f07a27571fb737e2b Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 2 Oct 2020 12:34:26 +0200 Subject: [ui] Display the proper icon for failed state --- gui/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/qml/main.qml') diff --git a/gui/qml/main.qml b/gui/qml/main.qml index 367debe..80f8e7c 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") } } ] -- cgit v1.2.3