Fix interface icon for update interface

pull/1064/head
Michael Zanetti 2023-10-11 22:44:46 +02:00
parent 6c7bb7be0d
commit e2ab54a2f9
1 changed files with 2 additions and 0 deletions

View File

@ -433,6 +433,8 @@ ApplicationWindow {
return Qt.resolvedUrl("images/stock_link.svg") return Qt.resolvedUrl("images/stock_link.svg")
case "electricvehicle": case "electricvehicle":
return Qt.resolvedUrl("images/car.svg") return Qt.resolvedUrl("images/car.svg")
case "update":
return Qt.resolvedUrl("images/system-update.svg")
default: default:
console.warn("InterfaceToIcon: Unhandled interface", name) console.warn("InterfaceToIcon: Unhandled interface", name)
} }