Updated to OTCv8 3.1 rev 117

This commit is contained in:
OTCv8
2021-12-13 00:30:25 +00:00
parent 91f2c2da12
commit 8408102687
10 changed files with 16 additions and 12 deletions

View File

@@ -103,15 +103,18 @@ StaticMainWindow
Button
id: autoReconnect
!text: tr('Auto reconnect: On')
width: 140
anchors.left: parent.left
anchors.bottom: parent.bottom
image-color: green
$!on:
image-color: red
!text: tr('Auto reconnect: Off')
$on:
!text: tr('Auto reconnect: On')
image-color: green
Button
id: buttonOk
!text: tr('Ok')