Explorar el Código

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

donoban hace 5 años
padre
commit
461cb7ae8c
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      qubesmanager/about.py

+ 0 - 2
qubesmanager/about.py

@@ -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()