1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00

[FileSystem Dock] Add option to show some unsupported files in the dock.

This commit is contained in:
bruvzg
2024-09-05 12:12:59 +03:00
parent b6223c0df0
commit 22b19c433f
8 changed files with 51 additions and 8 deletions

View File

@@ -235,6 +235,7 @@ class EditorFileSystem : public Node {
int _insert_actions_delete_files_directory(EditorFileSystemDirectory *p_dir);
HashSet<String> textfile_extensions;
HashSet<String> other_file_extensions;
HashSet<String> valid_extensions;
HashSet<String> import_extensions;