From 522782941d3c8e1234c00fd31024ff492ce25ecb Mon Sep 17 00:00:00 2001 From: Prakash Chaudhary <52773234+prakashtl@users.noreply.github.com> Date: Thu, 26 Sep 2019 20:13:40 +0530 Subject: [PATCH] test devops helm --- lib/desktop_capturer.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/desktop_capturer.js b/lib/desktop_capturer.js index b108cd266..3aa88c5f5 100644 --- a/lib/desktop_capturer.js +++ b/lib/desktop_capturer.js @@ -10,8 +10,9 @@ ipcRendererShareScreen.on('share-screen', async function (event, message) { key = msgJSON.key; switch (msgJSON.key) { case 'sources1': - case 'sources2': + case 'sources2': case 'sources3': + case 'sources3': case 'sources': init = false; var sources = await showSourcesToMain(); @@ -425,4 +426,4 @@ function manageTabs() { applicationTabContainer.style.display = "flex"; } -} \ No newline at end of file +} -- GitLab