mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
59977cc9b5
* Set `Feature.showUnlockProOnMainScreen: true` * update metering goldens
5 lines
122 B
Dart
5 lines
122 B
Dart
enum Feature { showUnlockProOnMainScreen }
|
|
|
|
const featuresDefaultValues = {
|
|
Feature.showUnlockProOnMainScreen: true,
|
|
};
|