ML-221 Spot Metering only available when Histogram is enabled (#225)

This commit is contained in:
Vadim 2025-03-17 22:43:00 +01:00 committed by GitHub
parent cf471afdfd
commit 0e45d98060
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,7 @@ class _ProFeaturesOverlay extends StatelessWidget {
);
final bool hasSpotMetering = UserPreferencesProvider.cameraFeatureOf(
context,
CameraFeature.histogram,
CameraFeature.spotMetering,
);
return Stack(
alignment: Alignment.bottomCenter,