Skip to content

Commit 64824c1

Browse files
committed
feat(components/download): drop LiveKit entry
We no longer ship this variant due to lack of demand and (more importantly) testing.
1 parent f2fa843 commit 64824c1

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

components/download/DownloadDetails.vue

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ const props = defineProps({
88
title: String,
99
label: String,
1010
popoverData: { content: String, placement: String },
11-
installer: Object,
12-
livekit: Object
11+
installer: Object
1312
}
1413
],
1514
required: true
@@ -40,17 +39,6 @@ const dialogTab = ref(props.initialTab);
4039
:sha256sum="isaInfo.installer?.sha256sum ?? ''"
4140
:sources="sources" />
4241
</el-tab-pane>
43-
<el-tab-pane
44-
:disabled="!isaInfo.livekit"
45-
:label="t('DownloadDetails.downloadLivekitName')"
46-
name="livekit">
47-
<DownloadDetailsMain
48-
:arch="isaInfo.label"
49-
:content="isaInfo.popoverData.content"
50-
:path="isaInfo.livekit?.path ?? ''"
51-
:sha256sum="isaInfo.livekit?.sha256sum ?? ''"
52-
:sources="sources" />
53-
</el-tab-pane>
5442
<el-tab-pane
5543
v-if="isaInfo.title === 'arm64'"
5644
:label="t('DownloadDetails.downloadAppleSiliconInstruction')"

0 commit comments

Comments
 (0)