marinofaggiana 4 년 전
부모
커밋
94cbe81e5c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      iOSClient/Main/Menu/NCViewer+Menu.swift

+ 2 - 1
iOSClient/Main/Menu/NCViewer+Menu.swift

@@ -296,6 +296,7 @@ extension NCViewer {
         //
         // CLOSE
         //
+        /*
         actions.append(
             NCMenuAction(title: NSLocalizedString("_close_", comment: ""),
                 icon: CCGraphics.changeThemingColorImage(UIImage(named: "exit"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
@@ -304,7 +305,7 @@ extension NCViewer {
                 }
             )
         )
-        
+        */
         return actions
     }
 }