Stop deleting self.progialog in the series selection window

This commit is contained in:
Timmy Welch 2023-09-05 14:41:07 -04:00
parent 3ade47a7e0
commit b04dad8015

View File

@ -398,7 +398,7 @@ class SeriesSelectionWindow(QtWidgets.QDialog):
def search_complete(self) -> None:
if self.progdialog is not None:
self.progdialog.accept()
del self.progdialog
self.progdialog = None
if self.search_thread is not None and self.search_thread.ct_error:
# TODO Currently still opens the window
QtWidgets.QMessageBox.critical(