You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Fix the importer dock being blank when selecting multiple files.
Broken in cff0a1a896
This commit is contained in:
@@ -297,6 +297,8 @@ void ImportDock::set_edit_multiple_paths(const Vector<String> &p_paths) {
|
||||
_set_dirty(false);
|
||||
import_as->set_disabled(false);
|
||||
preset->set_disabled(false);
|
||||
content->show();
|
||||
select_a_resource->hide();
|
||||
|
||||
imported->set_text(vformat(TTR("%d Files"), p_paths.size()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user