1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix double translations in Project Manager

This commit is contained in:
Haoyu Qiu
2025-04-29 20:59:25 +08:00
parent b89c47bb85
commit 879059453f
4 changed files with 9 additions and 4 deletions

View File

@@ -1092,6 +1092,7 @@ ProjectDialog::ProjectDialog() {
rvb->set_h_size_flags(Control::SIZE_EXPAND_FILL);
rshc->add_child(rvb);
renderer_info = memnew(Label);
renderer_info->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
renderer_info->set_focus_mode(Control::FOCUS_ACCESSIBILITY);
renderer_info->set_modulate(Color(1, 1, 1, 0.7));
rvb->add_child(renderer_info);