Small updates
This commit is contained in:
@@ -25,13 +25,13 @@ QtObject {
|
||||
stdout: StdioCollector {
|
||||
onStreamFinished: {
|
||||
root.status = this.text.trim()
|
||||
console.log("Network status:", root.status)
|
||||
// console.log("Network status:", root.status)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
networkScript.start()
|
||||
networkScript.running = true
|
||||
networkTimer.start()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user