Marino Faggiana 6 жил өмнө
parent
commit
b653a196c7

+ 23 - 0
iOSClient/Images.xcassets/autoUpload.imageset/Contents.json

@@ -0,0 +1,23 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "filename" : "autoUpload.png",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "autoUpload@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "autoUpload@3x.png",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

BIN
iOSClient/Images.xcassets/autoUpload.imageset/autoUpload.png


BIN
iOSClient/Images.xcassets/autoUpload.imageset/autoUpload@2x.png


BIN
iOSClient/Images.xcassets/autoUpload.imageset/autoUpload@3x.png


BIN
iOSClient/Images.xcassets/folderAutomaticUpload.imageset/folderAutomaticUpload.png


BIN
iOSClient/Images.xcassets/folderAutomaticUpload.imageset/folderAutomaticUpload@2x.png


BIN
iOSClient/Images.xcassets/folderAutomaticUpload.imageset/folderAutomaticUpload@3x.png


+ 1 - 1
iOSClient/Settings/CCSettings.m

@@ -76,7 +76,7 @@
     
     row = [XLFormRowDescriptor formRowDescriptorWithTag:@"autoUpload" rowType:XLFormRowDescriptorTypeButton title:NSLocalizedString(@"_settings_autoupload_", nil)];
     [row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
-    [row.cellConfig setObject:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"media"] multiplier:2 color:[NCBrandColor sharedInstance].icon] forKey:@"imageView.image"];
+    [row.cellConfig setObject:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"autoUpload"] multiplier:2 color:[NCBrandColor sharedInstance].icon] forKey:@"imageView.image"];
     row.action.formSegueIdentifier = @"CCManageAutoUploadSegue";
     [section addFormRow:row];