Streamline the project import workflow

This commit is contained in:
Igor
2023-07-30 14:09:54 +04:00
committed by Rémi Verschelde
parent 541674d106
commit 4b8163586b
3 changed files with 28 additions and 6 deletions

View File

@ -131,6 +131,7 @@ public:
void set_mode(Mode p_mode);
void set_project_path(const String &p_path);
void ask_for_path_and_show();
void show_dialog();
ProjectDialog();