From 0c277571546cde05707b2f97c13f565b7f890ceb Mon Sep 17 00:00:00 2001 From: MoonlightWave-12 <123384363+MoonlightWave-12@users.noreply.github.com> Date: Mon, 28 Apr 2025 12:30:42 +0200 Subject: [PATCH] feat: Show WebM-videos when choosing video-files for sending --- lib/utils/file_selector.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/utils/file_selector.dart b/lib/utils/file_selector.dart index 9dfc5bdfa..1b6dca6d7 100644 --- a/lib/utils/file_selector.dart +++ b/lib/utils/file_selector.dart @@ -92,6 +92,10 @@ enum FileSelectorType { label: 'MP4', extensions: ['mp4', 'MP4'], ), + XTypeGroup( + label: 'WebM', + extensions: ['webm', 'WebM', 'WEBM'], + ), XTypeGroup( label: 'AVI', extensions: ['avi', 'AVI'],