Skip to content

Commit

Permalink
Don't translate filenames in FileSystem dock
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyqiu committed Feb 23, 2024
1 parent 87d40ba commit 9c63a52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/filesystem_dock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 9c63a52

Please sign in to comment.