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
+1 -1
View File
@@ -14,7 +14,7 @@ MouseArea {
cursorShape: Qt.PointingHandCursor
onClicked: {
Global.NetworkState.networkScript.start()
Global.NetworkState.networkScript.running = true
// networkStatus.running = true
}