mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-06-17 12:17:45 +02:00
Release v0.6.0
This commit is contained in:
@@ -149,7 +149,7 @@ class FileProgressItem(QWidget):
|
||||
def _set_indeterminate(self):
|
||||
if not self._is_indeterminate:
|
||||
self._is_indeterminate = True
|
||||
# Qt's QProgressStyleAnimation drives this automatically — no manual timer needed
|
||||
# Qt's QProgressStyleAnimation drives this automatically - no manual timer needed
|
||||
self.progress_bar.setRange(0, 0)
|
||||
self.percent_label.setText("")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user