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