Share chat: default tab is embed.

This commit is contained in:
John Livingston
2024-06-19 11:31:22 +02:00
parent 8a2d556d4e
commit 9f4a92609b
2 changed files with 7 additions and 6 deletions

View File

@ -62,13 +62,13 @@ function _tplShareChatTab (
export function tplShareChatTabs (el: ShareChatElement): TemplateResult {
return html`
${_tplShareChatTab(el, 'peertube', LOC_WEB)}
${_tplShareChatTab(el, 'embed', LOC_SHARE_CHAT_EMBED)}
${
el.dockEnabled
? _tplShareChatTab(el, 'dock', LOC_SHARE_CHAT_DOCK)
: ''
}
${_tplShareChatTab(el, 'peertube', LOC_WEB)}
${
el.xmppUriEnabled
? _tplShareChatTab(el, 'xmpp', LOC_CONNECT_USING_XMPP)