Simplify the About dialog

This commit is contained in:
Veronica Berglyd Olsen
2024-05-28 21:15:32 +02:00
parent 087a9cdd2e
commit b01a2f5abd
3 changed files with 10 additions and 16 deletions
+1 -2
View File
@@ -827,8 +827,7 @@ class GuiMain(QMainWindow):
def showAboutNWDialog(self) -> None:
"""Show the novelWriter about dialog."""
dialog = GuiAbout(self)
dialog.activateDialog()
dialog.populateGUI()
dialog.exec()
return
@pyqtSlot()