monorepo/dialer/lib/globals.dart
AlexisDanlos 664dd4bb38
All checks were successful
/ mirror (push) Successful in 5s
/ build-stealth (push) Successful in 8m55s
/ build (push) Successful in 8m58s
WIP: app rework
2025-03-26 22:27:02 +01:00

5 lines
154 B
Dart

// Global variables accessible throughout the app
library globals;
// Whether the app is in stealth mode (obfuscated content)
bool isStealthMode = false;