Don't translate filenames in FileSystem dock
This commit is contained in:
parent
87d40ba743
commit
9c63a5222d
1 changed files with 2 additions and 0 deletions
|
|
@ -154,6 +154,8 @@ void FileSystemList::_bind_methods() {
|
|||
}
|
||||
|
||||
FileSystemList::FileSystemList() {
|
||||
set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
|
||||
popup_editor = memnew(Popup);
|
||||
add_child(popup_editor);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue