Browse Source

Remove Logo in home as theming #722

Marino Faggiana 6 years ago
parent
commit
e1d8b72a05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Brand/NCBrand.swift

+ 1 - 1
iOSClient/Brand/NCBrand.swift

@@ -95,7 +95,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_themingLogo:                   Bool = false     
     @objc public let use_middlewarePing:                Bool = false
     @objc public let use_storeLocalAutoUploadAll:       Bool = false