aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts
index 999d84348..cccf0ef66 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -610,6 +610,11 @@ ipcMain.on('feature-basic-auth-cancel', () => {
610 authCallback = noop; 610 authCallback = noop;
611}); 611});
612 612
613ipcMain.on('load-available-displays', (_e, data) => {
614 debug('MAIN PROCESS: Received load-desktop-capturer-sources');
615 mainWindow?.webContents.send(`select-capture-device:${data.serviceId}`, data);
616});
617
613// Handle synchronous messages from service webviews. 618// Handle synchronous messages from service webviews.
614 619
615ipcMain.on('find-in-page', (e, text, options) => { 620ipcMain.on('find-in-page', (e, text, options) => {