From 9c63a5222da37f22f9d733b65ad897385e55f69d Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Sat, 24 Feb 2024 01:00:01 +0800 Subject: [PATCH] Don't translate filenames in FileSystem dock --- editor/filesystem_dock.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index 74bb152e7c05..0356d0d3ad63 100644 --- a/editor/filesystem_dock.cpp +++ b/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);