From eb6a409b9260e4e596e3bca7177e09fd55f8a5b8 Mon Sep 17 00:00:00 2001 From: stopflock Date: Tue, 4 Aug 2026 21:44:10 -0500 Subject: [PATCH] disable auto-open details sheet --- 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 5e0050b..4d67055 100644 --- a/lib/dev_config.dart +++ b/lib/dev_config.dart @@ -90,7 +90,7 @@ const bool kEnableNodeEdits = true; // Set to false to temporarily disable node const bool kEnableNodeExtraction = false; // Set to true to enable extract from way/relation feature (WIP) // Auto-open tags sheet after add/edit/delete, so the user can watch upload status update live. -const bool kAutoOpenNodeSheetAfterSubmit = true; // Set to true to enable auto-focus behavior +const bool kAutoOpenNodeSheetAfterSubmit = false; // Set to true to enable auto-focus behavior // Profile FOV features - set to false to restrict profiles to 360° FOV only const bool kEnableNon360FOVs = false; // Set to true to allow custom FOV values in profiles