Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
syado committed Jul 20, 2019
1 parent 98f46d5 commit e55c74a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ app.on("ready", () => {
titleBarStyle: "hidden",
fullscreenable: false,
fullscreen: false,
alwaysOnTop: true,
})
// win.loadURL(`file://${__dirname}/docs/index.html`);
win.loadURL(`http://github.syado.net/LOL-TFT-tool/index.html`);
win.setAlwaysOnTop(true);
win.setIgnoreMouseEvents(false);
win.loadURL(`http://github.syado.net/LOL-TFT-tool/index.html`);
ipcMain.on('resize', (e, x, y) => {
win.setSize(x, y)
})
Expand Down

0 comments on commit e55c74a

Please sign in to comment.