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
1 changed files with 1 additions and 1 deletions

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 }
]}
}