Unverified Commit 84fb8ac5 by Rémi Verschelde Committed by GitHub

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

Set a default value for project name when installing a project.
parents 2c6daf73 f3b95560
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment