aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index 7ca364a2e..739f653d4 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -626,7 +626,6 @@ ipcMain.on('set-spellchecker-locales', (_e, { locale, serviceId }) => {
626 serviceSession.setSpellCheckerLanguages(locales); 626 serviceSession.setSpellCheckerLanguages(locales);
627}); 627});
628 628
629
630ipcMain.handle('get-desktop-capturer-sources', () => desktopCapturer.getSources({ 629ipcMain.handle('get-desktop-capturer-sources', () => desktopCapturer.getSources({
631 types: ['screen', 'window'], 630 types: ['screen', 'window'],
632})); 631}));