You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user