mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-02-23 13:00:39 +00:00
5 lines
123 B
Dart
5 lines
123 B
Dart
enum Feature { showUnlockProOnMainScreen }
|
|
|
|
const featuresDefaultValues = {
|
|
Feature.showUnlockProOnMainScreen: false,
|
|
};
|