|
@@ -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()
|