Enable errors

This commit is contained in:
CPD 2025-03-17 18:14:57 +01:00
parent 9ae5f44e2f
commit a106f817b5

View File

@ -93,4 +93,4 @@ class UncaughtHook(QtCore.QObject):
self._exception_caught.emit(log_msg)
# create a global instance of our class to register the hook
# qt_exception_hook = UncaughtHook()
qt_exception_hook = UncaughtHook()