Merge pull request #210 from KiranNiranjan/ELECTRON-170

Electron-170 (Monitor position in notification settings)
This commit is contained in:
Vikas Shashidhar
2017-10-12 22:23:14 +05:30
committed by GitHub
@@ -51,6 +51,9 @@ function updateScreens() {
if (configurationWindow && screens && screens.length >= 0) {
configurationWindow.webContents.send('screens', screens);
}
// Event that updates the DOM elements
// notification position checkbox and monitor selection drop-down
configurationWindow.webContents.send('notificationSettings', {position: position, display: display});
}
/**