From e2ab54a2f9ab700377a474ca620b3825f39dfc67 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 11 Oct 2023 22:44:46 +0200 Subject: [PATCH] Fix interface icon for update interface --- nymea-app/ui/Nymea.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nymea-app/ui/Nymea.qml b/nymea-app/ui/Nymea.qml index 5f6991b4..80f0190d 100644 --- a/nymea-app/ui/Nymea.qml +++ b/nymea-app/ui/Nymea.qml @@ -433,6 +433,8 @@ ApplicationWindow { return Qt.resolvedUrl("images/stock_link.svg") case "electricvehicle": return Qt.resolvedUrl("images/car.svg") + case "update": + return Qt.resolvedUrl("images/system-update.svg") default: console.warn("InterfaceToIcon: Unhandled interface", name) }