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

popup system

This commit is contained in:
Razor 2019-09-22 11:33:54 +03:00
parent 85f1b1758b
commit 5416fa8ac1
13 changed files with 158 additions and 10 deletions

View file

@ -21,6 +21,7 @@ function createWindow () {
win.loadURL('http://localhost:8080');
//win.loadFile('dist/index.html');
win.toggleDevTools();
ipcMain.on('appLoaded', () => {
console.log('appLoaded');