From 6af9b5d0fc7366f08fc9a26375f20504c4972183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Mon, 14 Jun 2021 18:18:57 +0200 Subject: [PATCH] Disable screensharing button if user refuses rights If the user refuses the popup to screen-share, we should switch back the button to gray. Closes #1179 --- front/src/Stores/ScreenSharingStore.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/Stores/ScreenSharingStore.ts b/front/src/Stores/ScreenSharingStore.ts index 0a7ef3e6..ec5aa46f 100644 --- a/front/src/Stores/ScreenSharingStore.ts +++ b/front/src/Stores/ScreenSharingStore.ts @@ -169,6 +169,7 @@ export const screenSharingLocalStreamStore = derived