瀏覽代碼

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

donoban 5 年之前
父節點
當前提交
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()