feat: Show WebM-videos when choosing video-files for sending
This commit is contained in:
parent
635f92f0c1
commit
0c27757154
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue