Electron-249 Resolved conflicts

This commit is contained in:
kiranniranjan
2018-01-18 16:40:07 +05:30
parent cef30ff128
commit 81c8fdf7a5

View File

@@ -106,7 +106,7 @@ electron.ipcMain.on(apiName, (event, arg) => {
// validates the user bring to front config and activates the wrapper
if (typeof arg.reason === 'string' && arg.reason === 'bringToFront') {
bringToFront(arg.windowName);
return;
break;
}
windowMgr.activate(arg.windowName);
}