1
0
Fork 0

Merge pull request #109294 from timothyqiu/flags-atr

Disable auto translation of flag names in the inspector
This commit is contained in:
Thaddeus Crews 2025-08-04 12:04:20 -05:00
commit f7de98ad2e
No known key found for this signature in database
GPG Key ID: 8C6E5FEB5FC03CCC
1 changed files with 1 additions and 0 deletions

View File

@ -931,6 +931,7 @@ void EditorPropertyFlags::setup(const Vector<String> &p_options) {
EditorPropertyFlags::EditorPropertyFlags() {
vbox = memnew(VBoxContainer);
vbox->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
add_child(vbox);
}