зеркало из
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
Этот коммит содержится в:
родитель
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):
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user