Release v0.6.0

This commit is contained in:
Omni
2026-04-20 20:57:23 +01:00
parent 69fabb32e6
commit 2ff09a1448
144 changed files with 4841 additions and 1306 deletions

View File

@@ -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("")