Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nottobe committed Apr 2, 2024
1 parent e40b194 commit 7f4113e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,7 @@ const createWindow = () => {
if (MAIN_WINDOW_VITE_DEV_SERVER_URL) {
win.loadURL(MAIN_WINDOW_VITE_DEV_SERVER_URL);
} else {
//win.loadFile("./dist/index.html");
win.loadFile(path.join(__dirname, `../renderer/${MAIN_WINDOW_VITE_NAME}/index.html`));

}

// When UI is ready
Expand Down

0 comments on commit 7f4113e

Please sign in to comment.