feat: 支持自定义心跳间隔

This commit is contained in:
hstyi
2025-01-02 15:52:06 +08:00
committed by hstyi
parent db3e15508c
commit 38496b9f1b
7 changed files with 17 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ class EditHostOptionsPane(private val host: Host) : HostOptionsPane() {
terminalOption.charsetComboBox.selectedItem = host.options.encoding
terminalOption.environmentTextArea.text = host.options.env
terminalOption.startupCommandTextField.text = host.options.startupCommand
terminalOption.heartbeatIntervalTextField.value = host.options.heartbeatInterval
tunnelingOption.tunnelings.addAll(host.tunnelings)
}