marinofaggiana 4 жил өмнө
parent
commit
e7a264b4a4

+ 1 - 1
iOSClient/Main/Colleaction Common/NCCollectionCommon.swift

@@ -336,7 +336,7 @@ class NCCollectionCommon: NSObject, NCSelectDelegate {
             NCNetworkingNotificationCenter.shared.downloadOpen(metadata: metadata, selector: NCBrandGlobal.shared.selectorLoadFileQuickLook)
         }
         
-        let open = UIMenu(title: NSLocalizedString("_open_", comment: ""), image: UIImage(systemName: "arrow.up.square"), children: [openIn, openQuickLook])
+        let open = UIMenu(title: NSLocalizedString("_open_", comment: ""), image: UIImage(systemName: "square.and.arrow.up"), children: [openIn, openQuickLook])
         
         let moveCopy = UIAction(title: NSLocalizedString("_move_or_copy_", comment: ""), image: UIImage(systemName: "arrow.up.right.square")) { action in
             NCCollectionCommon.shared.openSelectView(items: [metadata], viewController: viewController)