style: tidy macos swift formatting

This commit is contained in:
Peter Steinberger
2025-12-20 12:56:57 +01:00
parent 2d8e11b78b
commit 636e4d38d5
8 changed files with 25 additions and 26 deletions

View File

@@ -111,11 +111,11 @@ struct MenuContent: View {
private var connectionLabel: String {
switch self.state.connectionMode {
case .unconfigured:
return "Clawdis Not Configured"
"Clawdis Not Configured"
case .remote:
return "Remote Clawdis Active"
"Remote Clawdis Active"
case .local:
return "Clawdis Active"
"Clawdis Active"
}
}