|
@@ -172,7 +172,7 @@ extension NCCollectionViewCommon {
|
|
actions.append(
|
|
actions.append(
|
|
NCMenuAction(
|
|
NCMenuAction(
|
|
title: NSLocalizedString("_print_", comment: ""),
|
|
title: NSLocalizedString("_print_", comment: ""),
|
|
- icon: UIImage(named: "print")!.image(color: NCBrandColor.shared.icon, size: 50),
|
|
|
|
|
|
+ icon: NCCollectionCommon.shared.loadImage(named: "printer"),
|
|
action: { menuAction in
|
|
action: { menuAction in
|
|
if CCUtility.fileProviderStorageExists(metadata.ocId, fileNameView: metadata.fileNameView) {
|
|
if CCUtility.fileProviderStorageExists(metadata.ocId, fileNameView: metadata.fileNameView) {
|
|
NCCollectionCommon.shared.printDocument(metadata: metadata)
|
|
NCCollectionCommon.shared.printDocument(metadata: metadata)
|