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

This commit is contained in:
MoonlightWave-12 2025-04-28 12:30:42 +02:00
parent 635f92f0c1
commit 0c27757154
No known key found for this signature in database
GPG key ID: 05279021CDF3E6E6

View file

@ -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'],