disable auto-open details sheet

This commit is contained in:
stopflock
2026-08-04 21:44:10 -05:00
parent 1909a3b5f1
commit eb6a409b92
+1 -1
View File
@@ -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) 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. // 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 // 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 const bool kEnableNon360FOVs = false; // Set to true to allow custom FOV values in profiles