1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Merge pull request #27187 from IronicallySerious/add-new-folder-button

Add 'Create Folder' button in Install Project dialog
This commit is contained in:
Rémi Verschelde
2019-04-30 18:32:42 +02:00
committed by GitHub

View File

@@ -765,7 +765,7 @@ public:
set_title(TTR("Install Project:") + " " + zip_title); set_title(TTR("Install Project:") + " " + zip_title);
get_ok()->set_text(TTR("Install & Edit")); get_ok()->set_text(TTR("Install & Edit"));
name_container->hide(); name_container->show();
install_path_container->hide(); install_path_container->hide();
rasterizer_container->hide(); rasterizer_container->hide();
project_path->grab_focus(); project_path->grab_focus();