This commit is contained in:
Vadim 2025-03-17 22:27:44 +01:00
parent cf471afdfd
commit 7e7bc9dda8

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,