chore(mac): apply swiftformat and lint fixes

This commit is contained in:
Peter Steinberger
2025-12-09 04:42:32 +01:00
parent b9cc914729
commit 51aed3ca0a
32 changed files with 416 additions and 236 deletions

View File

@@ -49,7 +49,10 @@ struct VoiceWakeSettings: View {
SettingsToggleRow(
title: "Hold Right Option to talk",
subtitle: "Push-to-talk mode that starts listening while you hold the key and shows the preview overlay.",
subtitle: """
Push-to-talk mode that starts listening while you hold the key
and shows the preview overlay.
""",
binding: self.$state.voicePushToTalkEnabled)
.disabled(!voiceWakeSupported)