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
parent 9069c61b97
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'],
),
XTypeGroup(
label: 'WEBP',
extensions: <String>['WebP', 'WEBP'],
label: 'WebP',
extensions: <String>['webp', 'WebP', 'WEBP'],
),
XTypeGroup(
label: 'GIF',