saved layout (#62)

* saved layout

* fix fieldName check
This commit is contained in:
Lynn
2017-04-20 11:54:11 -07:00
committed by GitHub
parent 9785baacc3
commit 439f283916
11 changed files with 413 additions and 113 deletions

View File

@@ -79,6 +79,10 @@ electron.ipcMain.on(apiName, (event, arg) => {
return;
}
if (arg.cmd === apiCmds.registerBoundsChange) {
windowMgr.setBoundsChangeWindow(event.sender);
}
if (arg.cmd === apiCmds.registerLogger) {
// renderer window that has a registered logger from JS.
log.setLogWindow(event.sender);