Added reading default network settings
This commit is contained in:
@@ -212,6 +212,7 @@ ColumnLayout {
|
||||
|
||||
const localTimestamp = (Math.round(date / 1000) - date.getTimezoneOffset() * 60).toString(16)
|
||||
BmsInterface.commands().sendTerminalCmd("setUnixTime " + localTimestamp)
|
||||
Qt.callLater(BmsInterface.emitStatusMessage, qsTr("Time settings applied successfully"), true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user