Add font initialisation, and update tests

This commit is contained in:
Veronica Berglyd Olsen
2024-05-20 17:36:40 +02:00
parent dce5bdd31d
commit a6eb951361
3 changed files with 22 additions and 12 deletions
-2
View File
@@ -241,5 +241,3 @@ def main(sysArgs: list | None = None) -> GuiMain | None:
nwGUI.postLaunchTasks(cmdOpen)
sys.exit(nwApp.exec())
return None