fix: Show WebP-images with a file-extension written in lower-case
when choosing an image to send.
This commit is contained in:
parent
9069c61b97
commit
635f92f0c1
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue