no share button for guests until it only is enabled for urls that work

This commit is contained in:
j 2023-07-21 11:17:26 +01:00
parent 7369954c5f
commit 4913bf8d38

View file

@ -1912,7 +1912,7 @@ pandora.ui.mainMenu = function() {
] },
{},
{ id: 'embed', title: Ox._('Embed...') },
{ id: 'share', title: Ox._('Share...') }
{ id: 'share', title: Ox._('Share...'), disabled: isGuest }
]}
}