Fix context menu encrypted media check
This commit is contained in:
parent
6bdf39ad68
commit
e38a4ed408
|
@ -194,7 +194,8 @@ HColumnLayout {
|
|||
id: copyMedia
|
||||
icon.name: "copy-link"
|
||||
text:
|
||||
contextMenu.media.length === 0 || isEncryptedMedia ?
|
||||
contextMenu.media.length === 0 ||
|
||||
contextMenu.isEncryptedMedia ?
|
||||
"" :
|
||||
|
||||
contextMenu.media[0] === Utils.Media.File ?
|
||||
|
|
Loading…
Reference in New Issue
Block a user