Forráskód Böngészése

disable Transfers view in More

Marino Faggiana 6 éve
szülő
commit
356c789293
1 módosított fájl, 5 hozzáadás és 1 törlés
  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()