1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fix project name cleared when browsing path

This commit is contained in:
kobewi
2024-08-02 14:02:19 +02:00
parent 3978628c6c
commit 30da21f073
2 changed files with 10 additions and 5 deletions

View File

@@ -139,7 +139,7 @@ public:
void set_zip_title(const String &p_title);
void ask_for_path_and_show();
void show_dialog();
void show_dialog(bool p_reset_name = true);
ProjectDialog();
};