v0.9.16
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user