mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Fix disabled record button after recording starts (#77)
This commit is contained in:
parent
93682350e4
commit
96ad5cd24e
1 changed files with 2 additions and 0 deletions
2
gui.py
2
gui.py
|
|
@ -566,6 +566,8 @@ class RecordingTranscriberWidget(QWidget):
|
|||
self.record_button.force_stop()
|
||||
return
|
||||
|
||||
self.record_button.setDisabled(False)
|
||||
|
||||
# Clear text box placeholder because the first chunk takes a while to process
|
||||
self.text_box.setPlaceholderText('')
|
||||
self.timer_label.start_timer()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue