mirror of https://github.com/Kylart/KawAnime.git
Fixed bug where inside news would open several times
This commit is contained in:
parent
d32c837aa9
commit
67784eb12e
|
@ -31,6 +31,7 @@ exports.openExternal = (query, res) => {
|
|||
break
|
||||
|
||||
case 'insideLink':
|
||||
sendEmptyRes(res)
|
||||
const win = new BrowserWindow({
|
||||
parent: process.win,
|
||||
x: 50,
|
||||
|
|
Loading…
Reference in New Issue