monorepo/dialer/lib/globals.dart
AlexisDanlos 918265744e
Some checks failed
/ mirror (push) Successful in 4s
/ build-stealth (push) Has been cancelled
/ build (push) Has been cancelled
refactor: enhance stealth mode handling and clean up imports across services
2025-04-05 02:12:31 +02: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;