Small updates

This commit is contained in:
Hannes
2026-04-14 21:28:11 +02:00
parent bc698a1d01
commit 218776e25a
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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()
}
}