Don't close main about dialog when close some child dialog

This commit is contained in:
donoban 2018-10-24 09:45:29 +02:00
parent 23e9ae8d33
commit 461cb7ae8c
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5

View File

@ -47,9 +47,7 @@ class AboutDialog(ui_about.Ui_AboutDialog, QDialog):
def on_release_notes_clicked(self):
release_notes_dialog = ReleaseNotesDialog()
release_notes_dialog.exec_()
self.accept()
def on_information_notes_clicked(self):
information_notes_dialog = InformationNotesDialog()
information_notes_dialog.exec_()
self.accept()