We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7de45 commit 4bcd424Copy full SHA for 4bcd424
1 file changed
renderer.js
@@ -92,7 +92,9 @@ onload = () => {
92
win.close();
93
}
94
95
- // webview.openDevTools();
+ if (process.env.NODE_ENV === 'development') {
96
+ webview.openDevTools();
97
+ }
98
});
99
100
/* handle ipc actions */
0 commit comments