Skip to content

Commit

Permalink
fix: electron dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 6, 2024
1 parent 0c2b6c7 commit 80f8bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ trayMenu.append(
})
} else {
configWindow
.loadURL('http://localhost:5174/electron.html')
.loadURL('http://localhost:5173/electron.html')
.then(() => {
configWindow?.show()
})
Expand Down

0 comments on commit 80f8bd2

Please sign in to comment.