mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 15:01:45 +00:00
macos: blink critter when overlay dismisses empty
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user