Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amitojsingh366 committed Nov 5, 2021
1 parent 15ab309 commit 0e7b02f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ export async function createWindow() {
IPCListeners.setWindow(mainWindow);


// const homepage = path.join(__dirname, "../public/index.html");
// await mainWindow.loadFile(homepage);
const homepage = path.join(__dirname, "../public/index.html");
await mainWindow.loadFile(homepage);

await mainWindow.loadURL("http://localhost:8080");
// await mainWindow.loadURL("http://localhost:8080");
menu = Menu.buildFromTemplate(MENU_TEMPLATE);
Menu.setApplicationMenu(menu);
const handleLinks = (event: any, url: string) => {
Expand Down

0 comments on commit 0e7b02f

Please sign in to comment.