mnemo_cards/lib/flags.dart

4 lines
67 B
Dart
Raw Normal View History

2024-05-22 20:48:44 +00:00
2024-06-14 20:14:31 +00:00
const ADMIN_BUILD = true;
2024-06-16 19:28:29 +00:00
const SHOW_ADMIN = true && ADMIN_BUILD;