Removed test

This commit is contained in:
nesnomis 2025-06-01 09:56:57 +02:00
parent 4716de95d5
commit 9eedee3f5e

View File

@ -45,26 +45,21 @@ Column {
case Image.Null:
loading = false
visible = false
console.log("*** NULL: "+stationimage.status)
break;
case Image.Ready:
loading = false
visible = true
console.log("*** READY: "+stationimage.status)
break;
case Image.Loading:
loading = true
console.log("*** LOADING: "+stationimage.status)
break;
case Image.Error:
loading = false
visible = false
console.log("*** ERROR: "+stationimage.status)
break;
default:
loading = false
visible = false
console.log("*** DEFAULT: "+stationimage.status)
}
}
Label {