Merge pull request #89546 from YeldhamDev/bad_fsdock,_bad!
Fix FileSystem dock auto translating files
This commit is contained in:
commit
7761c04265
1 changed files with 1 additions and 0 deletions
|
@ -3900,6 +3900,7 @@ FileSystemDock::FileSystemDock() {
|
|||
add_child(split_box);
|
||||
|
||||
tree = memnew(FileSystemTree);
|
||||
tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
|
||||
tree->set_hide_root(true);
|
||||
SET_DRAG_FORWARDING_GCD(tree, FileSystemDock);
|
||||
|
|
Loading…
Reference in a new issue