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
@@ -38,7 +38,7 @@ Rectangle { //workspace
triggeredOnStart: true
onTriggered: {
var now = new Date()
dateDisplay.currentDate = Qt.formatDate(now, "dd.MM.yyyy")
dateDisplay.currentDate = Qt.formatDate(now, "ddd, dd.MM.yyyy -")
}
}
}
+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
}