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:
parent
85f1b1758b
commit
5416fa8ac1
13 changed files with 158 additions and 10 deletions
|
@ -21,6 +21,7 @@ function createWindow () {
|
|||
|
||||
win.loadURL('http://localhost:8080');
|
||||
//win.loadFile('dist/index.html');
|
||||
win.toggleDevTools();
|
||||
|
||||
ipcMain.on('appLoaded', () => {
|
||||
console.log('appLoaded');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue