Small updates
This commit is contained in:
@@ -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 -")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ MouseArea {
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
|
||||
onClicked: {
|
||||
Global.NetworkState.networkScript.start()
|
||||
Global.NetworkState.networkScript.running = true
|
||||
// networkStatus.running = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user