Update Update Project Settings UI to show advanced settings and move project preview to right side panel

Signed-off-by: nggieber <52797929+AMZN-nggieber@users.noreply.github.com>
This commit is contained in:
nggieber
2021-12-09 14:56:50 -08:00
parent c632fadb8f
commit 5641bcd5f1
4 changed files with 85 additions and 13 deletions
@@ -23,7 +23,7 @@ namespace O3DE::ProjectManager
static constexpr char ProjectManagerKeyPrefix[] = "/O3DE/ProjectManager";
static constexpr char ExternalLinkWarningKey[] = "/O3DE/ProjectManager/SkipExternalLinkWarning";
static constexpr char ProjectsBuiltSuccessfullyKey[] = "/O3DE/ProjectManager/SkipExternalLinkWarning";
static constexpr char ProjectsBuiltSuccessfullyKey[] = "/O3DE/ProjectManager/SuccessfulBuildPaths";
ISettings() = default;
virtual ~ISettings() = default;