From 9fcd9f000c04589581908e66abb1b05a2a3b2781 Mon Sep 17 00:00:00 2001 From: hishitetsu <66369541+hishitetsu@users.noreply.github.com> Date: Fri, 14 Apr 2023 11:24:43 +0900 Subject: [PATCH] Fix: Fixed incorrect aperture values (#12038) --- src/Files.App/Resources/PreviewPanePropertiesInformation.json | 2 +- src/Files.App/Resources/PropertiesInformation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Files.App/Resources/PreviewPanePropertiesInformation.json b/src/Files.App/Resources/PreviewPanePropertiesInformation.json index 26d11c397f87..737bd95c5e6c 100644 --- a/src/Files.App/Resources/PreviewPanePropertiesInformation.json +++ b/src/Files.App/Resources/PreviewPanePropertiesInformation.json @@ -101,7 +101,7 @@ { "NameResource": "PropertyAperture", "SectionResource": "PropertySectionPhoto", - "Property": "System.Photo.Aperture", + "Property": "System.Photo.FNumber", "IsReadOnly": true, "ID": null, "DisplayFunctionName": "AddF" diff --git a/src/Files.App/Resources/PropertiesInformation.json b/src/Files.App/Resources/PropertiesInformation.json index 50789f0eb5a2..f617fe89efdc 100644 --- a/src/Files.App/Resources/PropertiesInformation.json +++ b/src/Files.App/Resources/PropertiesInformation.json @@ -128,7 +128,7 @@ { "NameResource": "PropertyAperture", "SectionResource": "PropertySectionPhoto", - "Property": "System.Photo.Aperture", + "Property": "System.Photo.FNumber", "IsReadOnly": true, "ID": null, "DisplayFunctionName": "AddF"