Просмотр исходного кода

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

donoban 5 лет назад
Родитель
Сommit
461cb7ae8c
1 измененных файлов с 0 добавлено и 2 удалено
  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()