Skip to content

check config value for debug mode

Eddie Wang requested to merge 833-ability-to-run-in-debug-mode into master

Changes the config.ts file to javascript so it can be imported into the main process. Adds a debugMode boolean setting and checks if it is set, to enable the devtools screen on init.

Closes #833 (closed)

Merge request reports