Skip to content

Commit

Permalink
Merge pull request #88716 from timothyqiu/keep-fs
Browse files Browse the repository at this point in the history
Don't translate filenames in FileSystem dock
  • Loading branch information
akien-mga committed Feb 23, 2024
2 parents 09c58ed + 9c63a52 commit 0c00dbb
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 0c00dbb

Please sign in to comment.