From bdc5399c9f5d1d2be3cdafa86b058f02518bb180 Mon Sep 17 00:00:00 2001 From: stopflock Date: Tue, 4 Aug 2026 21:44:23 -0500 Subject: [PATCH] disable dev mode --- lib/dev_config.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dev_config.dart b/lib/dev_config.dart index 4d67055..bf7f6ed 100644 --- a/lib/dev_config.dart +++ b/lib/dev_config.dart @@ -78,7 +78,7 @@ const Duration kOverpassQueryTimeout = Duration(seconds: 45); // Timeout for Ove const String kSuspectedLocationsCsvUrl = 'https://alprwatch.org/suspected-locations/deflock-latest.csv'; // Development/testing features - set to false for production builds -const bool kEnableDevelopmentModes = true; // Set to false to hide sandbox/simulate modes and force production mode +const bool kEnableDevelopmentModes = false; // 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 = true; // Hide navigation until fully implemented