réplica de
https://github.com/arsenetar/dupeguru.git
sincronizado 2025-09-11 17:58:17 +00:00
Avoid crash when quitting
* If details dialog failed to be created for some reason, avoid crashing by dereferencing a null pointer
Este cometimento está contido em:
ascendente
9b8637ffc8
cometimento
7e4f371841
@ -248,6 +248,7 @@ class DupeGuru(QObject):
|
||||
preferences_dialog.setParent(None)
|
||||
|
||||
def quitTriggered(self):
|
||||
if self.details_dialog is not None:
|
||||
self.details_dialog.close()
|
||||
self.directories_dialog.close()
|
||||
|
||||
|
||||
Carregando…
x
Criar uma nova questão referindo esta
Bloquear um utilizador