소스 검색

Remove Logo in home as theming #722

Marino Faggiana 6 년 전
부모
커밋
e1d8b72a05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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