Marino Faggiana 6 gadi atpakaļ
vecāks
revīzija
c5a71efa10
2 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 1 0
      iOSClient/Brand/NCBrand.swift
  2. 1 1
      iOSClient/Main/CCMain.m

+ 1 - 0
iOSClient/Brand/NCBrand.swift

@@ -94,6 +94,7 @@ class NCBrandColor: NSObject {
     @objc public let use_default_auto_upload:           Bool = false
     @objc public let use_themingColor:                  Bool = true
     @objc public let use_themingBackground:             Bool = true
+    @objc public let use_themingLogo:                   Bool = true
     @objc public let use_middlewarePing:                Bool = false
     @objc public let use_storeLocalAutoUploadAll:       Bool = false
     

+ 1 - 1
iOSClient/Main/CCMain.m

@@ -600,7 +600,7 @@
         multiplier = 1;
     }
     
-    if ([NCBrandOptions sharedInstance].use_themingColor) {
+    if ([NCBrandOptions sharedInstance].use_themingLogo) {
         
         if ([appDelegate.reachability isReachable] == NO) {