mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
be0617a99c
* added `Film` model with reciprocity formulas * added `FeaturesConfig` * added film picker * unused import * get ISO and ND from equipment profile * udpate iso on film changed * typo
3 lines
79 B
Dart
3 lines
79 B
Dart
class FeaturesConfig {
|
|
static const bool equipmentProfilesEnabled = false;
|
|
}
|