summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gui/src/main/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts
index add5b97058..d6736d1651 100644
--- a/gui/src/main/index.ts
+++ b/gui/src/main/index.ts
@@ -1192,6 +1192,7 @@ class ApplicationMain {
frame: false,
webPreferences: {
nodeIntegration: true,
+ devTools: process.env.NODE_ENV === 'development',
},
};