fix: animate overlay resizing on updates

main
Peter Steinberger 2025-12-08 16:44:44 +01:00
parent 367526f750
commit 1c5170b759
1 changed files with 1 additions and 0 deletions

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) {