mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-08-04 20:26:42 +00:00
added logbook to pro features
This commit is contained in:
parent
65bd9f4179
commit
496a37e321
2 changed files with 3 additions and 0 deletions
|
@ -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 |
Loading…
Reference in a new issue