summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editor/filesystem_dock.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp
index 74bb152e7c..0356d0d3ad 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);