m3_lightmeter/lib/features.dart

4 lines
79 B
Dart
Raw Normal View History

2023-04-01 16:15:30 +00:00
class FeaturesConfig {
static const bool equipmentProfilesEnabled = false;
}