Fix UI overlap with OS nav bar/buttons

This commit is contained in:
stopflock
2025-10-05 00:07:31 -05:00
parent 9ef06cdec2
commit 079448eeeb
6 changed files with 75 additions and 60 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const String kClientName = 'DeFlock';
// Note: Version is now dynamically retrieved from VersionService
// 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