Electron-170 - Added an event to update the monitor drop-down whenever a display is added/removed

This commit is contained in:
Kiran Niranjan
2017-10-09 20:40:56 +05:30
committed by Kiran Niranjan
parent 89e823823e
commit 622ad97df4

View File

@@ -51,6 +51,7 @@ function updateScreens() {
if (configurationWindow && screens && screens.length >= 0) {
configurationWindow.webContents.send('screens', screens);
}
configurationWindow.webContents.send('notificationSettings', {position: position, display: display});
}
/**