Fix main window title translation.
This commit is contained in:
parent
dc07851a3e
commit
3d79ad6e50
2 changed files with 32 additions and 3 deletions
|
|
@ -1328,6 +1328,8 @@ SceneTree::SceneTree() {
|
|||
root = memnew(Window);
|
||||
root->set_process_mode(Node::PROCESS_MODE_PAUSABLE);
|
||||
root->set_name("root");
|
||||
root->set_title(ProjectSettings::get_singleton()->get("application/config/name"));
|
||||
|
||||
#ifndef _3D_DISABLED
|
||||
if (!root->get_world_3d().is_valid()) {
|
||||
root->set_world_3d(Ref<World3D>(memnew(World3D)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue