Browse Source

Change limit load image/video, now is 1000

Marino Faggiana 7 years ago
parent
commit
c32d731780
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/CCGlobal.h

+ 1 - 1
iOSClient/CCGlobal.h

@@ -74,7 +74,7 @@ extern NSString *const urlBaseUploadDB;
 #define k_databaseDefault                               @"nextcloud.realm"
 
 // Picker select image
-#define k_pickerControllerMax                           100.0
+#define k_pickerControllerMax                           1000.0
 
 // define Nextcloud IOS
 #define k_share_link_middle_part_url_after_version_8    @"index.php/s/"