1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Set current directory when using Save Branch As Scene

This commit is contained in:
Aaron Franke
2025-05-05 13:42:47 -07:00
parent 1a1cc0f7b0
commit 508d271522
2 changed files with 7 additions and 0 deletions

View File

@@ -290,6 +290,7 @@ class SceneTreeDock : public VBoxContainer {
bool profile_allow_editing = true;
bool profile_allow_script_editing = true;
bool determine_path_automatically = true;
static void _update_configuration_warning();