diff options
Diffstat (limited to 'editor/editor_quick_open.cpp')
-rw-r--r-- | editor/editor_quick_open.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_quick_open.cpp b/editor/editor_quick_open.cpp index f39872ba2c..6fd1fd687b 100644 --- a/editor/editor_quick_open.cpp +++ b/editor/editor_quick_open.cpp @@ -275,6 +275,7 @@ EditorQuickOpen::EditorQuickOpen() { register_text_enter(search_box); search_options = memnew(Tree); + search_options->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED); search_options->connect("item_activated", callable_mp(this, &EditorQuickOpen::_confirmed)); search_options->create_item(); search_options->set_hide_root(true); |