Add a small delay before opening welcome dialog

This commit is contained in:
Veronica Berglyd Olsen
2025-04-24 23:27:43 +02:00
parent 045808b69f
commit d319051942
2 changed files with 10 additions and 1 deletions
+1
View File
@@ -274,6 +274,7 @@ def main(sysArgs: list | None = None) -> GuiMain | None:
# Launch main GUI
nwGUI = GuiMain()
nwGUI.showNormal()
nwGUI.postLaunchTasks(cmdOpen)
sys.exit(app.exec())