Marino Faggiana 7 năm trước cách đây
mục cha
commit
bbf012142a
1 tập tin đã thay đổi với 2 bổ sung4 xóa
  1. 2 4
      iOSClient/Brand/NCBrand.swift

+ 2 - 4
iOSClient/Brand/NCBrand.swift

@@ -72,11 +72,10 @@ class NCBrandOptions: NSObject {
     public let pushNotificationServer:          String = "https://push-notifications.nextcloud.com"
     public let loginButtonLabelLink:            String = "https://nextcloud.com/providers"
     public let webLoginAutenticationProtocol:   String = ""
-    
+    public let folderBrandCameraUpload:         String = ""
+
     // Auto Upload default folder
     public var folderDefaultCameraUpload:       String = "Photos"
-    // Auto Upload brand folder
-    public let folderBrandCameraUpload:         String = ""
     
     // Capabilities Group
     public let capabilitiesGroups:              String = "group.it.twsweb.Crypto-Cloud"
@@ -104,7 +103,6 @@ class NCBrandOptions: NSObject {
             
             self.folderDefaultCameraUpload = folderBrandCameraUpload
         }
-        
     }
 }