cwtch-ui/lib/constants.dart

4 lines
98 B
Dart
Raw Permalink Normal View History

const int MaxImageFileSharingSize = 20971520;
2022-02-07 22:59:09 +00:00
const int MaxGeneralFileSharingSize = 10737418240;