properly handle ^c in /voice

This commit is contained in:
Paul Gauthier 2023-08-11 08:45:06 -03:00
parent 26857e8563
commit 233433cc11

View file

@ -443,6 +443,7 @@ class Commands:
return
text = v.record_and_transcribe()
if text:
self.io.add_to_file_history(text)
print()
self.io.user_input(text, log_only=False)