소스 검색

Don't translate filenames in FileSystem dock

Haoyu Qiu 1 년 전
부모
커밋
9c63a5222d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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);