Fix interface icon for update interface

This commit is contained in:
Michael Zanetti 2023-10-11 22:44:46 +02:00
parent 6c7bb7be0d
commit e2ab54a2f9

View File

@ -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)
}