Merge branch 'patch' into cleanup_main

This commit is contained in:
Veronica Berglyd Olsen
2023-04-04 17:31:36 +02:00
13 changed files with 167 additions and 121 deletions
+2
View File
@@ -246,6 +246,8 @@ def main(sysArgs=None):
nwApp.setApplicationName(CONFIG.appName)
nwApp.setApplicationVersion(__version__)
nwApp.setOrganizationDomain(__domain__)
nwApp.setOrganizationName(__domain__)
nwApp.setDesktopFileName(CONFIG.appName)
# Connect the exception handler before making the main GUI
sys.excepthook = exceptionHandler