extensibility point

This commit is contained in:
Guillermo Rauch 2016-07-06 23:58:46 -07:00
parent e7c6978200
commit 21c8ab1241

View file

@ -136,6 +136,7 @@ app.on('ready', () => {
}); });
win.rpc = rpc; win.rpc = rpc;
win.sessions = sessions;
} }
// when opening create a new window // when opening create a new window