fix(@desktop/chat): uploading image limit is 0.5Mb
This commit is contained in:
parent
9cd0f77e92
commit
06fd450545
|
@ -145,7 +145,7 @@ QtObject {
|
|||
readonly property string userLinkPrefix: 'https://join.status.im/u/'
|
||||
|
||||
readonly property int maxUploadFiles: 5
|
||||
readonly property double maxUploadFilesizeMB: 0.5
|
||||
readonly property double maxUploadFilesizeMB: 10
|
||||
|
||||
readonly property int maxNumberOfPins: 3
|
||||
|
||||
|
|
Loading…
Reference in New Issue