You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Don't translate filenames in FileSystem dock
This commit is contained in:
@@ -154,6 +154,8 @@ void FileSystemList::_bind_methods() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
FileSystemList::FileSystemList() {
|
FileSystemList::FileSystemList() {
|
||||||
|
set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||||
|
|
||||||
popup_editor = memnew(Popup);
|
popup_editor = memnew(Popup);
|
||||||
add_child(popup_editor);
|
add_child(popup_editor);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user