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',
|
label: 'MP4',
|
||||||
extensions: <String>['mp4', 'MP4'],
|
extensions: <String>['mp4', 'MP4'],
|
||||||
),
|
),
|
||||||
|
XTypeGroup(
|
||||||
|
label: 'WebM',
|
||||||
|
extensions: <String>['webm', 'WebM', 'WEBM'],
|
||||||
|
),
|
||||||
XTypeGroup(
|
XTypeGroup(
|
||||||
label: 'AVI',
|
label: 'AVI',
|
||||||
extensions: <String>['avi', 'AVI'],
|
extensions: <String>['avi', 'AVI'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue