Fix template loading
This commit is contained in:
parent
6034eae95e
commit
243f059200
3 changed files with 58 additions and 92 deletions
|
|
@ -229,6 +229,8 @@ void ProjectExportDialog::_edit_preset(int p_index) {
|
|||
}
|
||||
if (needs_templates)
|
||||
export_templates_error->show();
|
||||
else
|
||||
export_templates_error->hide();
|
||||
|
||||
export_button->set_disabled(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue