Library migration #36

Merged
dorian merged 62 commits from library_migration into master 2024-10-17 17:52:36 +02:00
Showing only changes of commit e1f9554212 - Show all commits

View file

@ -325,14 +325,14 @@ Window {
Repeater { Repeater {
id: connectedExtensionsRep id: connectedExtensionsRep
anchors.fill: parent anchors.fill: parent
model: speedBackend.scStwClient.extensions.lenght model: speedBackend.scStwClient.extensions.length
delegate: ConnectionIcon { delegate: ConnectionIcon {
id: buzzerConnIcon id: buzzerConnIcon
status: speedBackend.extensions[index]["state"] status: speedBackend.scStwClient.extensions[index]["state"]
source: { source: {
var source var source
switch(speedBackend.extensions[index]["type"]){ switch(speedBackend.scStwClient.extensions[index]["type"]){
case "STARTPAD": case "STARTPAD":
source = appTheme.style.startpadIcon source = appTheme.style.startpadIcon
break break