Skip to content

Commit 9003d20

Browse files
committed
enable devtools on prod
1 parent cd234b2 commit 9003d20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/electron/main.cljs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@
108108
:frame false
109109
:show false
110110
:webPreferences
111-
#js {:devTools config/debug?
112-
:sandbox false
111+
#js {:sandbox false
113112
:preload (.join path js/__dirname "preload.js")}}))
114113

115114
(.once ^js @main-window "ready-to-show"

0 commit comments

Comments
 (0)