added logbook to pro features

This commit is contained in:
Vadim 2025-07-29 12:21:57 +02:00
parent 65bd9f4179
commit 496a37e321
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,7 @@ enum AppFeature {
isoAndNdValues, isoAndNdValues,
themeEngine, themeEngine,
spotMeteringAndHistogram, spotMeteringAndHistogram,
logbook,
focalLength, focalLength,
listOfFilms, listOfFilms,
customFilms, customFilms,
@ -30,6 +31,8 @@ enum AppFeature {
return S.of(context).featureTheme; return S.of(context).featureTheme;
case AppFeature.spotMeteringAndHistogram: case AppFeature.spotMeteringAndHistogram:
return S.of(context).featureSpotMeteringAndHistorgram; return S.of(context).featureSpotMeteringAndHistorgram;
case AppFeature.logbook:
return S.of(context).logbook;
case AppFeature.focalLength: case AppFeature.focalLength:
return S.of(context).featureFocalLength35mm; return S.of(context).featureFocalLength35mm;
case AppFeature.listOfFilms: case AppFeature.listOfFilms:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 KiB

After

Width:  |  Height:  |  Size: 316 KiB