Merge pull request #88716 from timothyqiu/keep-fs

Don't translate filenames in FileSystem dock
This commit is contained in:
Rémi Verschelde 2024-02-23 22:19:25 +01:00
commit 0c00dbb395
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -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);