mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-08-11 13:40:20 +02:00
disable auto-open details sheet
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user