Browse Source

disable Transfers view in More

Marino Faggiana 6 years ago
parent
commit
356c789293
1 changed files with 5 additions and 1 deletions
  1. 5 1
      iOSClient/Main/CCMore.swift

+ 5 - 1
iOSClient/Main/CCMore.swift

@@ -85,12 +85,16 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
         quotaMenu.removeAll()
         labelQuotaExternalSite.text = ""
         
-        // ITEM : Transfer
         var item = OCExternalSites.init()
+
+        // ITEM : Transfer
+        /*
+        item = OCExternalSites.init()
         item.name = "_transfers_"
         item.icon = "load"
         item.url = "segueTransfers"
         functionMenu.append(item)
+        */
         
         // ITEM : Activity
         item = OCExternalSites.init()