macos: keep remote control tunnel alive

This commit is contained in:
Peter Steinberger
2025-12-08 23:28:03 +01:00
parent 06f59f4e8a
commit 22259a322d
2 changed files with 11 additions and 2 deletions
@@ -83,7 +83,9 @@ struct GeneralSettings: View {
.pickerStyle(.segmented)
.frame(width: 380, alignment: .leading)
self.healthRow
if self.state.connectionMode == .local {
self.healthRow
}
if self.state.connectionMode == .remote {
self.remoteCard