Skip to content

Commit b926e51

Browse files
committedMar 16, 2024··
Fix FileSystem dock auto translating files
1 parent 68ad520 commit b926e51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎editor/filesystem_dock.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -3905,6 +3905,7 @@ FileSystemDock::FileSystemDock() {
39053905
add_child(split_box);
39063906

39073907
tree = memnew(FileSystemTree);
3908+
tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
39083909

39093910
tree->set_hide_root(true);
39103911
SET_DRAG_FORWARDING_GCD(tree, FileSystemDock);

0 commit comments

Comments
 (0)
Please sign in to comment.