diff --git a/newton/ipc.js b/newton/ipc.js index 26e52e4..23e6487 100644 --- a/newton/ipc.js +++ b/newton/ipc.js @@ -42,6 +42,9 @@ const loadIPCServer = (fpath) => { console.debug("Load File(s) : ", req.body); window.webContents.send('load-files', req.body); + window.show(); + window.focus(); + res.status(200).send(''); });