Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-yijiang committed Nov 27, 2023
1 parent 288b4a5 commit fd9be05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function createWindow() {
(function openDevTools() {
const env = process.env.NODE_ENV;

if (env !== "development") {
if (env === "development") {
const {
default: installExtension,
REACT_DEVELOPER_TOOLS,
Expand Down

0 comments on commit fd9be05

Please sign in to comment.