deletions no longer using stub profile, more handling of builtin profiles by lists.

This commit is contained in:
stopflock
2025-10-24 18:28:39 -05:00
parent 0db4c0f80d
commit b80e1094af
4 changed files with 27 additions and 10 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ const String kClientName = 'DeFlock';
const String kSuspectedLocationsCsvUrl = 'https://alprwatch.org/pub/flock_utilities_mini_latest.csv';
// Development/testing features - set to false for production builds
const bool kEnableDevelopmentModes = false; // Set to false to hide sandbox/simulate modes and force production mode
const bool kEnableDevelopmentModes = true; // Set to false to hide sandbox/simulate modes and force production mode
// Navigation features - set to false to hide navigation UI elements while in development
const bool kEnableNavigationFeatures = kEnableDevelopmentModes; // Hide navigation until fully implemented