1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

multi windows

This commit is contained in:
Andrew Simachev 2022-06-30 14:50:38 +03:00
parent 6bf9b9423a
commit 98b18ea2b5
3 changed files with 22 additions and 22 deletions

View file

@ -86,6 +86,8 @@ class Util {
args.shift();
win.webContents.send.apply(win.webContents, args);
};
console.log('[Send]', win, args);
};
savePage (win, exportPath, name) {