diff --git a/src/electron/electron/window.cljs b/src/electron/electron/window.cljs index 70caabf7e4..5071254fdf 100644 --- a/src/electron/electron/window.cljs +++ b/src/electron/electron/window.cljs @@ -18,8 +18,7 @@ (def MAIN_WINDOW_ENTRY (if dev? ;; Use index.html to test plugins on development mode - ;"http://localhost:3001" - (str "file://" (node-path/join js/__dirname "index.html")) + "http://localhost:3001" (str "file://" (node-path/join js/__dirname "index.html")))) (defn create-main-window!