mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +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
This commit is contained in:
parent
fa54e93236
commit
79613f9b1e
@ -248,6 +248,7 @@ class DupeGuru(QObject):
|
|||||||
preferences_dialog.setParent(None)
|
preferences_dialog.setParent(None)
|
||||||
|
|
||||||
def quitTriggered(self):
|
def quitTriggered(self):
|
||||||
|
self.details_dialog.close()
|
||||||
self.directories_dialog.close()
|
self.directories_dialog.close()
|
||||||
|
|
||||||
def showAboutBoxTriggered(self):
|
def showAboutBoxTriggered(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user