cancel search when closing the window

This commit is contained in:
2022-02-09 17:21:58 +01:00
parent e0b558b5c3
commit 9d6e6532ca

View File

@@ -136,6 +136,7 @@ class FilterWidget(QWidget):
def destruct(self):
# print("cleanup: ", self.tmpfilename)
self._cancel_search()
os.remove(self.tmpfilename)
def _cancel_search(self):