marinofaggiana 4 năm trước cách đây
mục cha
commit
ead8a3d5be
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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()