fix: Change PNGs to PNG for consistency in file-selector
for consistency.
This commit is contained in:
parent
380639496d
commit
c4226f3fcf
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ enum FileSelectorType {
|
|||
extensions: <String>['jpg', 'JPG', 'jpeg', 'JPEG'],
|
||||
),
|
||||
XTypeGroup(
|
||||
label: 'PNGs',
|
||||
label: 'PNG',
|
||||
extensions: <String>['png', 'PNG'],
|
||||
),
|
||||
XTypeGroup(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue