mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-25 18:30:18 -06:00
sda-1956 add more debug printouts
This commit is contained in:
parent
e1a0acdb4e
commit
679bdfca9d
@ -830,8 +830,9 @@ export class WindowHandler {
|
||||
|
||||
if (displayId !== '') {
|
||||
const displays = electron.screen.getAllDisplays();
|
||||
|
||||
logger.info('window-handler: createScreenSharingIndicatorWindow, displayId: ' + displayId);
|
||||
displays.forEach((element) => {
|
||||
logger.info('window-handler: element.id.toString(): ' + element.id.toString());
|
||||
if (displayId === element.id.toString()) {
|
||||
logger.info(`window-handler: element:`, element);
|
||||
if (isWindowsOS) {
|
||||
|
Loading…
Reference in New Issue
Block a user