Added an "Edit Now" option to project dialog.

This commit is contained in:
Zi Ye
2024-08-15 18:28:25 -05:00
parent ee363af0ed
commit 3669eb0b69
4 changed files with 25 additions and 7 deletions

View File

@ -187,7 +187,7 @@ class ProjectManager : public Control {
void _erase_missing_projects_confirm();
void _update_project_buttons();
void _on_project_created(const String &dir);
void _on_project_created(const String &dir, bool edit);
void _on_projects_updated();
void _on_order_option_changed(int p_idx);