|
|
|
@ -240,7 +240,7 @@ namespace O3DE::ProjectManager
|
|
|
|
PythonBindingsInterface::Get()->AddProject(projectInfo.m_path);
|
|
|
|
PythonBindingsInterface::Get()->AddProject(projectInfo.m_path);
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef TEMPLATE_GEM_CONFIGURATION_ENABLED
|
|
|
|
#ifdef TEMPLATE_GEM_CONFIGURATION_ENABLED
|
|
|
|
const GemCatalogScreen::EnableDisableGemsResult gemResult = m_gemCatalogScreen->EnableDisableGemsForProject(m_projectInfo.m_path);
|
|
|
|
const GemCatalogScreen::EnableDisableGemsResult gemResult = m_gemCatalogScreen->EnableDisableGemsForProject(projectInfo.m_path);
|
|
|
|
if (gemResult == GemCatalogScreen::EnableDisableGemsResult::Failed)
|
|
|
|
if (gemResult == GemCatalogScreen::EnableDisableGemsResult::Failed)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
QMessageBox::critical(this, tr("Failed to configure gems"), tr("Failed to configure gems for template."));
|
|
|
|
QMessageBox::critical(this, tr("Failed to configure gems"), tr("Failed to configure gems for template."));
|
|
|
|
|