monorepo/dialer/lib/globals.dart
AlexisDanlos 409afb0481
Some checks failed
/ build (push) Successful in 10m3s
/ build-stealth (push) Successful in 10m3s
/ mirror (push) Failing after 5s
rework-app (#54)
Co-authored-by: AlexisDanlos <91090088+AlexisDanlos@users.noreply.github.com>
Reviewed-on: #54
Co-authored-by: AlexisDanlos <alexis.danlos@epitech.eu>
Co-committed-by: AlexisDanlos <alexis.danlos@epitech.eu>
2025-06-04 16:35:26 +00:00

7 lines
216 B
Dart

// Global variables accessible throughout the app
library globals;
import 'core/config/app_config.dart';
// Whether the app is in stealth mode (obfuscated content)
bool get isStealthMode => AppConfig.isStealthMode;