voice wake: show identity not found when configured

This commit is contained in:
Peter Steinberger
2025-12-07 16:18:42 +01:00
parent 3387c135ad
commit ddd459426d

View File

@@ -303,8 +303,8 @@ struct VoiceWakeSettings: View {
@State private var availableLocales: [Locale] = []
@State private var showForwardAdvanced = false
@State private var forwardStatus: ForwardStatus = .idle
private let fieldLabelWidth: CGFloat = 130
private let controlWidth: CGFloat = 260
private let fieldLabelWidth: CGFloat = 120
private let controlWidth: CGFloat = 240
private var voiceWakeBinding: Binding<Bool> {
Binding(