From cc5da22af33795a90047d0250e98aa2029268fbf Mon Sep 17 00:00:00 2001
From: Alexander Onnikov <Alexander.Onnikov@gmail.com>
Date: Mon, 12 Feb 2024 18:44:00 +0700
Subject: [PATCH] UBERF-5451 Hide intercom widget (#4606)

Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
---
 plugins/workbench-resources/src/components/Workbench.svelte | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/workbench-resources/src/components/Workbench.svelte b/plugins/workbench-resources/src/components/Workbench.svelte
index cfb52005bb..d9979b31a8 100644
--- a/plugins/workbench-resources/src/components/Workbench.svelte
+++ b/plugins/workbench-resources/src/components/Workbench.svelte
@@ -712,7 +712,7 @@
           size={appsMini ? 'small' : 'large'}
           on:click={() => showPopup(AppSwitcher, { apps: getApps(apps) }, popupPosition)}
         />
-        {#await supportClient then client}
+        <!-- {#await supportClient then client}
           {#if client}
             <AppItem
               icon={support.icon.Support}
@@ -726,7 +726,7 @@
               }}
             />
           {/if}
-        {/await}
+        {/await} -->
         <div class="flex-center" class:mt-3={appsDirection === 'vertical'} class:ml-2={appsDirection === 'horizontal'}>
           <!-- svelte-ignore a11y-click-events-have-key-events -->
           <!-- svelte-ignore a11y-no-static-element-interactions -->