fix: animate overlay resizing on updates

This commit is contained in:
Peter Steinberger
2025-12-08 16:44:44 +01:00
parent 367526f750
commit 1c5170b759

View File

@@ -35,6 +35,7 @@ final class VoiceWakeOverlayController: ObservableObject {
self.model.isSending = false
self.model.attributed = attributed ?? NSAttributedString(string: transcript)
self.present()
self.updateWindowFrame(animate: true)
}
func presentFinal(transcript: String, forwardConfig: VoiceWakeForwardConfig, delay: TimeInterval, attributed: NSAttributedString? = nil) {