1
0
зеркало из https://github.com/arsenetar/dupeguru.git synced 2025-07-02 21:43:21 +00:00

Fix crash quitting while details dialog active

* While the details dialog is opened, if quit is triggered, the error message "'DetailsPanel' object has no attribute '_table'" is reported
* A workaround is to cleanly close the dialog before tear down
Этот коммит содержится в:
glubsy 2020-07-30 03:22:13 +02:00
родитель fa54e93236
Коммит 79613f9b1e

Просмотреть файл

@ -248,6 +248,7 @@ class DupeGuru(QObject):
preferences_dialog.setParent(None)
def quitTriggered(self):
self.details_dialog.close()
self.directories_dialog.close()
def showAboutBoxTriggered(self):