UBERF-5451 Hide intercom widget (#4606)

Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
This commit is contained in:
Alexander Onnikov 2024-02-12 18:44:00 +07:00 committed by GitHub
parent 0fe4b6a09f
commit cc5da22af3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -712,7 +712,7 @@
size={appsMini ? 'small' : 'large'} size={appsMini ? 'small' : 'large'}
on:click={() => showPopup(AppSwitcher, { apps: getApps(apps) }, popupPosition)} on:click={() => showPopup(AppSwitcher, { apps: getApps(apps) }, popupPosition)}
/> />
{#await supportClient then client} <!-- {#await supportClient then client}
{#if client} {#if client}
<AppItem <AppItem
icon={support.icon.Support} icon={support.icon.Support}
@ -726,7 +726,7 @@
}} }}
/> />
{/if} {/if}
{/await} {/await} -->
<div class="flex-center" class:mt-3={appsDirection === 'vertical'} class:ml-2={appsDirection === 'horizontal'}> <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-click-events-have-key-events -->
<!-- svelte-ignore a11y-no-static-element-interactions --> <!-- svelte-ignore a11y-no-static-element-interactions -->