mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 06:37:17 +00:00
Fixed job UI cancellation
It was broken since the modernization.
This commit is contained in:
@@ -24,6 +24,7 @@ class ProgressWindow(QProgressDialog):
|
||||
self.setAutoClose(False)
|
||||
self._timer = QTimer()
|
||||
self._timer.timeout.connect(self.model.pulse)
|
||||
self.canceled.connect(self.model.cancel)
|
||||
|
||||
# --- Callbacks
|
||||
def refresh(self): # Labels
|
||||
|
||||
Reference in New Issue
Block a user