Passes sniff test, needs sandbox testing

This commit is contained in:
stopflock
2025-09-30 14:43:36 -05:00
parent fe554230b6
commit 9e97b69b85
2 changed files with 87 additions and 14 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ const String kClientName = 'DeFlock';
const String kClientVersion = '0.9.14';
// 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
// Marker/node interaction
const int kCameraMinZoomLevel = 10; // Minimum zoom to show nodes (Overpass)