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'],
|
extensions: <String>['jpg', 'JPG', 'jpeg', 'JPEG'],
|
||||||
),
|
),
|
||||||
XTypeGroup(
|
XTypeGroup(
|
||||||
label: 'PNGs',
|
label: 'PNG',
|
||||||
extensions: <String>['png', 'PNG'],
|
extensions: <String>['png', 'PNG'],
|
||||||
),
|
),
|
||||||
XTypeGroup(
|
XTypeGroup(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue