marinofaggiana 4 лет назад
Родитель
Сommit
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()