Add 'Create Folder' button while installing templates

Fixes #25454
This commit is contained in:
Twarit 2019-03-18 03:02:00 +05:30
parent 5772f60f96
commit 0e62f5e6f7

View File

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