Skip to content

Commit

Permalink
Fix: Fixed incorrect aperture values (#12038)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishitetsu authored Apr 14, 2023
1 parent 1504b3b commit 9fcd9f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
{
"NameResource": "PropertyAperture",
"SectionResource": "PropertySectionPhoto",
"Property": "System.Photo.Aperture",
"Property": "System.Photo.FNumber",
"IsReadOnly": true,
"ID": null,
"DisplayFunctionName": "AddF"
Expand Down
2 changes: 1 addition & 1 deletion src/Files.App/Resources/PropertiesInformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
{
"NameResource": "PropertyAperture",
"SectionResource": "PropertySectionPhoto",
"Property": "System.Photo.Aperture",
"Property": "System.Photo.FNumber",
"IsReadOnly": true,
"ID": null,
"DisplayFunctionName": "AddF"
Expand Down

0 comments on commit 9fcd9f0

Please sign in to comment.