[FileSystem Dock] Add option to show some unsupported files in the dock.
This commit is contained in:
parent
b6223c0df0
commit
22b19c433f
8 changed files with 51 additions and 8 deletions
|
|
@ -903,7 +903,7 @@ bool ProjectExportDialog::_fill_tree(EditorFileSystemDirectory *p_dir, TreeItem
|
|||
if (p_export_filter == EditorExportPreset::EXPORT_SELECTED_SCENES && type != "PackedScene") {
|
||||
continue;
|
||||
}
|
||||
if (type == "TextFile") {
|
||||
if (type == "TextFile" || type == "OtherFile") {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue