marinofaggiana 4 gadi atpakaļ
vecāks
revīzija
94cbe81e5c
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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
     }
 }