mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-08-27 21:30:30 +02:00
Add error handling and update documentation
This commit is contained in:
@@ -77,6 +77,7 @@ const bool kEnableNodeExtraction = false; // Set to true to enable extract from
|
||||
|
||||
/// Navigation availability: only dev builds, and only when online
|
||||
bool enableNavigationFeatures({required bool offlineMode}) {
|
||||
return true;
|
||||
if (!kEnableDevelopmentModes) {
|
||||
return false; // Release builds: never allow navigation
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user