mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-07-10 14:38:37 +02:00
Move settings around part 3
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ const String kClientName = 'DeFlock';
|
||||
const String kClientVersion = '0.9.13';
|
||||
|
||||
// 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
|
||||
|
||||
// Marker/node interaction
|
||||
const int kCameraMinZoomLevel = 10; // Minimum zoom to show nodes (Overpass)
|
||||
|
||||
Reference in New Issue
Block a user