Adds Warning Dialog When Following an External Link in Project Manager (#6003)

Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
AMZN-nggieber
2021-11-30 13:13:42 -08:00
committed by GitHub
parent 8637b41401
commit b3bf02a4d5
9 changed files with 170 additions and 9 deletions
@@ -32,7 +32,7 @@ namespace O3DE::ProjectManager
// Body
QLabel* subTitleLabel = new QLabel(tr("%1 to the latest version of %2?").arg(
updateAvaliable ? tr("Update") : tr("Force update"), gemName));
subTitleLabel->setObjectName("gemCatalogDialogSubTitle");
subTitleLabel->setObjectName("dialogSubTitle");
layout->addWidget(subTitleLabel);
layout->addSpacing(10);