Browse Source

Merge pull request #88716 from timothyqiu/keep-fs

Don't translate filenames in FileSystem dock
Rémi Verschelde 1 year ago
parent
commit
0c00dbb395
1 changed files with 2 additions and 0 deletions
  1. 2 0
      editor/filesystem_dock.cpp

+ 2 - 0
editor/filesystem_dock.cpp

@@ -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);