fix: move attach-only toggle to General settings

This commit is contained in:
Peter Steinberger
2026-01-10 22:21:29 +01:00
parent aa30995aa1
commit ee5acd6d4b
2 changed files with 5 additions and 12 deletions

View File

@@ -185,6 +185,10 @@ struct GeneralSettings: View {
if !self.isNixMode {
self.gatewayInstallerCard
}
SettingsToggleRow(
title: "Attach only",
subtitle: "Use this when the gateway runs externally; the mac app will only attach to an already-running gateway and won't start one locally.",
binding: self.$state.attachExistingGatewayOnly)
TailscaleIntegrationSection(
connectionMode: self.state.connectionMode,
isPaused: self.state.isPaused)