@@ -772,7 +772,7 @@ import Queuer
children.insert(viewInFolder, at: children.count-1)
}
- if !isFolderEncrypted && (metadata.contentType == "com.adobe.pdf" || metadata.contentType == "application/pdf" || metadata.typeFile == NCGlobal.shared.metadataTypeFileImage || metadata.typeFile == NCGlobal.shared.metadataTypeFileVideo) {
+ if !isFolderEncrypted && (metadata.contentType == "com.adobe.pdf" || metadata.contentType == "application/pdf" || metadata.typeFile == NCGlobal.shared.metadataTypeFileImage) {
children.insert(markup, at: children.count-1)
@@ -326,7 +326,7 @@ extension NCCollectionViewCommon {
//
// MARKUP
actions.append(
NCMenuAction(
title: NSLocalizedString("_markup_", comment: ""),
@@ -279,7 +279,7 @@ extension NCViewer {