Merge pull request #30347 from gaisama/project-name-default

Set a default value for project name when installing a project.
This commit is contained in:
Rémi Verschelde 2019-07-11 08:51:05 +02:00 committed by GitHub
commit 84fb8ac5d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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