Show link to log while building for currently building build.

Signed-off-by: AMZN-Phil <pconroy@amazon.com>
This commit is contained in:
AMZN-Phil
2021-07-09 09:32:40 -07:00
parent 8ef87dc998
commit 443e8071e7
3 changed files with 14 additions and 0 deletions
@@ -72,6 +72,7 @@ namespace O3DE::ProjectManager
{
m_projectButton->SetButtonOverlayText(QString("%1 (%2%)\n\n").arg(tr("Building Project..."), QString::number(progress)));
m_projectButton->SetProgressBarValue(progress);
m_projectButton->ShowBuildLogsLink(true, m_worker->GetLogFilePath());
}
}