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

when choosing an image to send.
pull/1802/head
MoonlightWave-12 6 months ago
parent 9069c61b97
commit 635f92f0c1
No known key found for this signature in database
GPG Key ID: 05279021CDF3E6E6

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

Loading…
Cancel
Save