diff --git a/App/Views/SettingsView.swift b/App/Views/SettingsView.swift index c4703894..3e364c67 100644 --- a/App/Views/SettingsView.swift +++ b/App/Views/SettingsView.swift @@ -110,6 +110,14 @@ struct GeneralSettingsView: View { Text(client) .font(.system(.body, design: .monospaced)) Spacer() + Button { + serverController.removeTrustedClient(client) + } label: { + Image(systemName: "xmark.circle.fill") + .foregroundStyle(.secondary) + } + .buttonStyle(.plain) + .help("Remove Client") } .contextMenu { Button("Remove Client", role: .destructive) {