mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-09-18 15:36:42 +00:00
typo
This commit is contained in:
parent
59be88f0e6
commit
3b9d93b9a8
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ class EquipmentProfilesProviderState extends State<EquipmentProfilesProvider> {
|
|||
name: profile.name,
|
||||
aperture: oldProfile.aperture.changedOrNull(profile.aperture),
|
||||
isoValues: oldProfile.isoValues.changedOrNull(profile.isoValues),
|
||||
ndValues: oldProfile.ndValues.changedOrNull(profile.ndValues),
|
||||
lensZoom: oldProfile.lensZoom.changedOrNull(profile.lensZoom),
|
||||
exposureOffset: oldProfile.exposureOffset.changedOrNull(profile.exposureOffset),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue