diff options
Diffstat (limited to 'gui/qml')
-rw-r--r-- | gui/qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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") } } ] |