marinofaggiana 4 жил өмнө
parent
commit
94cbe81e5c

+ 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
     }
 }