marinofaggiana 5 سال پیش
والد
کامیت
a925a5f3bb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      iOSClient/Main/Menu/AppDelegate+Menu.swift

+ 1 - 1
iOSClient/Main/Menu/AppDelegate+Menu.swift

@@ -105,7 +105,7 @@ extension AppDelegate {
         #if !targetEnvironment(simulator)
             if #available(iOS 11.0, *) {
                 actions.append(
-                    MenuAction(
+                    NCMenuAction(
                         title: NSLocalizedString("_scans_document_", comment: ""),
                         icon: CCGraphics.changeThemingColorImage(UIImage(named: "scan"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
                         action: { menuAction in