mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Disable QR-code tab in share modal
This commit is contained in:
parent
5911051ccc
commit
3387a575cd
@ -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({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user