mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Prevent renaming to an unkown extension from FileSystem dock.
This commit is contained in:
parent
6eff2230a9
commit
c24433f500
3 changed files with 11 additions and 0 deletions
|
|
@ -1604,6 +1604,10 @@ void EditorFileSystem::update_file(const String &p_file) {
|
|||
_queue_update_script_classes();
|
||||
}
|
||||
|
||||
Set<String> EditorFileSystem::get_valid_extensions() const {
|
||||
return valid_extensions;
|
||||
}
|
||||
|
||||
Error EditorFileSystem::_reimport_group(const String &p_group_file, const Vector<String> &p_files) {
|
||||
String importer_name;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue