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'],
|
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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue