Delete the splash screen when done

This commit is contained in:
Veronica Berglyd Olsen
2025-04-25 18:55:50 +02:00
parent 9c8030e588
commit 1ec8754456
+2
View File
@@ -285,6 +285,8 @@ def main(sysArgs: list | None = None) -> GuiMain | None:
splash.finish(nwGUI)
CONFIG.finishStartup()
del splash
nwGUI.postLaunchTasks(cmdOpen)
sys.exit(app.exec())