mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Electron-170 - Added an event to update the monitor drop-down whenever a display is added/removed
This commit is contained in:
committed by
Kiran Niranjan
parent
89e823823e
commit
622ad97df4
@@ -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});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user