macos: blink critter when overlay dismisses empty

This commit is contained in:
Peter Steinberger
2025-12-08 22:34:11 +01:00
parent 677374de86
commit abca8535cf
3 changed files with 20 additions and 9 deletions

View File

@@ -139,6 +139,9 @@ final class VoiceWakeOverlayController: ObservableObject {
window.orderOut(nil)
self.model.isVisible = false
self.model.level = 0
if outcome == .empty {
AppStateStore.shared.blinkOnce()
}
AppStateStore.shared.stopVoiceEars()
}
}