Fix the importer dock being blank when selecting multiple files.

Broken in cff0a1a896
This commit is contained in:
Morris Tabor 2022-01-06 18:32:24 +01:00
parent f57bdf13af
commit 542b893436

View File

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