mnemo_cards/lib/flags.dart
2024-06-16 22:28:29 +03:00

3 lines
67 B
Dart

const ADMIN_BUILD = true;
const SHOW_ADMIN = true && ADMIN_BUILD;