Fix template loading

This commit is contained in:
J08nY 2017-04-22 01:15:42 +02:00 committed by Rémi Verschelde
parent 6034eae95e
commit 243f059200
3 changed files with 58 additions and 92 deletions

View file

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