Add a small delay before opening welcome dialog
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user