mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Fix model loader 'stop' attribute (#478)
This commit is contained in:
parent
df35d548d8
commit
c8bc9c5d02
2 changed files with 1 additions and 2 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -288,7 +288,6 @@ jobs:
|
|||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
Buzz*-windows.tar.gz
|
||||
Buzz*-unix.tar.gz
|
||||
Buzz*-windows.exe
|
||||
Buzz*-mac.dmg
|
||||
|
|
|
|||
|
|
@ -597,7 +597,7 @@ class RecordingTranscriberWidget(QWidget):
|
|||
|
||||
def on_cancel_model_progress_dialog(self):
|
||||
if self.model_loader is not None:
|
||||
self.model_loader.stop()
|
||||
self.model_loader.cancel()
|
||||
self.reset_model_download()
|
||||
self.set_recording_status_stopped()
|
||||
self.record_button.setDisabled(False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue