fix(mac): stabilize voice wake visuals

This commit is contained in:
Peter Steinberger
2025-12-09 00:12:43 +01:00
parent 5674c9f4c2
commit c77fa12bda
4 changed files with 1784 additions and 1758 deletions

View File

@@ -142,6 +142,8 @@ final class VoiceWakeOverlayController: ObservableObject {
self.model.level = 0
if outcome == .empty {
AppStateStore.shared.blinkOnce()
} else if outcome == .sent {
AppStateStore.shared.celebrateSend()
}
AppStateStore.shared.stopVoiceEars()
}