Removed test
This commit is contained in:
parent
4716de95d5
commit
9eedee3f5e
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user