m3_lightmeter/lib/data/models/feature.dart
Vadim 59977cc9b5
ML-134 Set Feature.showUnlockProOnMainScreen: true (#169)
* Set `Feature.showUnlockProOnMainScreen: true`

* update metering goldens
2024-04-15 13:18:50 +02:00

5 lines
122 B
Dart

enum Feature { showUnlockProOnMainScreen }
const featuresDefaultValues = {
Feature.showUnlockProOnMainScreen: true,
};