added ssh deploy

This commit is contained in:
2026-07-28 15:33:07 +03:00
parent 6644fd07c1
commit e7996a15ed
38 changed files with 18797 additions and 46 deletions
+1
View File
@@ -26,6 +26,7 @@ RowLayout {
to: control.to
stepSize: control.stepSize
value: control.value
onValueChanged: control.value = value
onMoved: control.moved(Math.round(value))
}
Label {