Browse Source

disable Transfers view in More

Marino Faggiana 6 năm trước cách đây
mục cha
commit
356c789293
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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()