forked from 0x2620/pandora
no share button for guests until it only is enabled for urls that work
This commit is contained in:
parent
7369954c5f
commit
4913bf8d38
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
]}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue