Disable QR-code tab in share modal

This commit is contained in:
yflory 2023-07-13 10:53:00 +02:00
parent 5911051ccc
commit 3387a575cd
1 changed files with 2 additions and 0 deletions

View File

@ -848,10 +848,12 @@ define([
title: Messages.share_linkCategory,
icon: "fa fa-link",
active: !contactsActive,
/* XXX QR-code tab
}, {
getTab: getQRTab,
title: Messages.share_QRCategory,
icon: 'fa fa-qrcode',
*/
}];
if (!opts.static && ApiConfig.enableEmbedding && embeddableApps.includes(pathname)) {
tabs.push({