Skip to content

Commit 9fcd9f0

Browse files
authored
Fix: Fixed incorrect aperture values (#12038)
1 parent 1504b3b commit 9fcd9f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Files.App/Resources/PreviewPanePropertiesInformation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
{
102102
"NameResource": "PropertyAperture",
103103
"SectionResource": "PropertySectionPhoto",
104-
"Property": "System.Photo.Aperture",
104+
"Property": "System.Photo.FNumber",
105105
"IsReadOnly": true,
106106
"ID": null,
107107
"DisplayFunctionName": "AddF"

src/Files.App/Resources/PropertiesInformation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
{
129129
"NameResource": "PropertyAperture",
130130
"SectionResource": "PropertySectionPhoto",
131-
"Property": "System.Photo.Aperture",
131+
"Property": "System.Photo.FNumber",
132132
"IsReadOnly": true,
133133
"ID": null,
134134
"DisplayFunctionName": "AddF"

0 commit comments

Comments
 (0)