This commit is contained in:
Ignacio Serantes
2026-03-31 23:35:57 +02:00
parent ff7c1aa373
commit cb751b2970
14 changed files with 2431 additions and 119 deletions

View File

@@ -204,6 +204,11 @@ class PropertiesDialog(QDialog):
# Start background loading
self.reload_metadata()
def done(self, r):
if self.loader and self.loader.isRunning():
self.loader.stop()
super().done(r)
def closeEvent(self, event):
if self.loader and self.loader.isRunning():
self.loader.stop()