fix: Show WebP-images with a file-extension written in lower-case

when choosing an image to send.
This commit is contained in:
MoonlightWave-12 2025-04-28 12:02:01 +02:00
commit 635f92f0c1
No known key found for this signature in database
GPG key ID: 05279021CDF3E6E6

View file

@ -59,8 +59,8 @@ enum FileSelectorType {
extensions: <String>['png', 'PNG'], extensions: <String>['png', 'PNG'],
), ),
XTypeGroup( XTypeGroup(
label: 'WEBP', label: 'WebP',
extensions: <String>['WebP', 'WEBP'], extensions: <String>['webp', 'WebP', 'WEBP'],
), ),
XTypeGroup( XTypeGroup(
label: 'GIF', label: 'GIF',