From e55c74ad71495baece2ccc070bf4d530503ba117 Mon Sep 17 00:00:00 2001 From: syado Date: Sat, 20 Jul 2019 21:20:03 +0900 Subject: [PATCH] update --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 7478a4a..32be28e 100644 --- a/index.js +++ b/index.js @@ -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) })