marinofaggiana 4 жил өмнө
parent
commit
e520b7f75c

+ 12 - 0
iOSClient/Images.xcassets/gitHub.imageset/Contents.json

@@ -0,0 +1,12 @@
+{
+  "images" : [
+    {
+      "filename" : "GitHub-Mark-120px-plus.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  }
+}

BIN
iOSClient/Images.xcassets/gitHub.imageset/GitHub-Mark-120px-plus.png


+ 1 - 1
iOSClient/Settings/CCAdvanced.m

@@ -135,7 +135,7 @@
     [row.cellConfig setObject:NCBrandColor.shared.textView forKey:@"textLabel.textColor"];
     [row.cellConfigAtConfigure setObject:@YES forKey:@"stepControl.wraps"];
     [row.cellConfigAtConfigure setObject:@1 forKey:@"stepControl.stepValue"];
-    [row.cellConfigAtConfigure setObject:@1 forKey:@"stepControl.minimumValue"];
+    [row.cellConfigAtConfigure setObject:@0 forKey:@"stepControl.minimumValue"];
     [row.cellConfigAtConfigure setObject:@100 forKey:@"stepControl.maximumValue"];
     [section addFormRow:row];
 

+ 1 - 1
iOSClient/Supporting Files/en.lproj/Localizable.strings

@@ -169,7 +169,7 @@
 "_upload_chunk_"            = "The file you are uploading is large, keep the app in the foreground until complete";
 "_upload_e2ee_"             = "The file you are uploading is encrypted, keep the app in the foreground until complete";
 "_chunk_size_mb_"           = "Chunk size in MB";
-"_chunk_footer_title_"      = "Chunked file upload";
+"_chunk_footer_title_"      = "Chunked file upload (0 is disabled)";
 "_privacy_"                 = "Privacy";
 "_source_code_"             = "Get source code";