From 71c52373f81cace664047edd19d9d289f45a4dff Mon Sep 17 00:00:00 2001 From: Ricardo Cino Date: Thu, 7 Jul 2022 09:31:50 +0200 Subject: chore: Mobx & React-Router upgrade (#406) Co-authored-by: Vijay A --- src/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/index.ts') 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 }) => { serviceSession.setSpellCheckerLanguages(locales); }); - ipcMain.handle('get-desktop-capturer-sources', () => desktopCapturer.getSources({ types: ['screen', 'window'], })); -- cgit v1.2.3-54-g00ecf