feat: Show WebM-videos when choosing video-files for sending

pull/1802/head
MoonlightWave-12 6 months ago
parent 635f92f0c1
commit 0c27757154
No known key found for this signature in database
GPG Key ID: 05279021CDF3E6E6

@ -92,6 +92,10 @@ enum FileSelectorType {
label: 'MP4',
extensions: <String>['mp4', 'MP4'],
),
XTypeGroup(
label: 'WebM',
extensions: <String>['webm', 'WebM', 'WEBM'],
),
XTypeGroup(
label: 'AVI',
extensions: <String>['avi', 'AVI'],

Loading…
Cancel
Save