Minor PR feedback changes

Signed-off-by: nggieber <52797929+AMZN-nggieber@users.noreply.github.com>
This commit is contained in:
nggieber
2021-12-10 06:19:28 -08:00
parent 9f4895aaea
commit af9e75da66
6 changed files with 12 additions and 18 deletions
@@ -31,7 +31,7 @@ namespace O3DE::ProjectManager
{
// Check if user request not to be shown external link warning dialog
bool skipDialog = false;
SettingsInterface::Get()->Get(skipDialog, QString(ISettings::ExternalLinkWarningKey));
SettingsInterface::Get()->Get(skipDialog, ISettings::ExternalLinkWarningKey);
if (!skipDialog)
{