You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Merge pull request #851 from adolson/default-project-dir-fix
fixes default project dir option
This commit is contained in:
@@ -321,6 +321,7 @@ public:
|
||||
fdialog = memnew( FileDialog );
|
||||
add_child(fdialog);
|
||||
fdialog->set_access(FileDialog::ACCESS_FILESYSTEM);
|
||||
fdialog->set_current_dir( EditorSettings::get_singleton()->get("global/default_project_path") );
|
||||
project_name->connect("text_changed", this,"_text_changed");
|
||||
project_path->connect("text_changed", this,"_path_text_changed");
|
||||
fdialog->connect("dir_selected", this,"_path_selected");
|
||||
|
||||
Reference in New Issue
Block a user