marinofaggiana 4 年之前
父節點
當前提交
ead8a3d5be
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      iOSClient/More/NCMore.swift

+ 1 - 2
iOSClient/More/NCMore.swift

@@ -62,8 +62,6 @@ class NCMore: UIViewController, UITableViewDelegate, UITableViewDataSource {
         labelQuotaExternalSite.isUserInteractionEnabled = true
         labelQuotaExternalSite.addGestureRecognizer(tapQuota)
 
-        progressQuota.progressTintColor = .systemBlue
-
         // Notification
         NotificationCenter.default.addObserver(self, selector: #selector(initializeMain), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterInitializeMain), object: nil)
     }
@@ -94,6 +92,7 @@ class NCMore: UIViewController, UITableViewDelegate, UITableViewDataSource {
         settingsMenu.removeAll()
         quotaMenu.removeAll()
         labelQuotaExternalSite.text = ""
+        progressQuota.progressTintColor = NCBrandColor.shared.brandElement
         
         // ITEM : Transfer
         item = NCCommunicationExternalSite()