Incorporating review comments. Adding nativeUI setting for launchers.

This commit is contained in:
mgwynn
2021-06-25 15:34:32 -04:00
parent fb3940fa31
commit 692c993bdb
5 changed files with 22 additions and 9 deletions
@@ -247,7 +247,7 @@ namespace AZ
{
AZStd::string NativeUISystem::DisplayBlockingDialog(const AZStd::string& title, const AZStd::string& message, const AZStd::vector<AZStd::string>& options) const
{
if (m_mode == NativeUI::Mode::CONSOLE)
if (m_mode == NativeUI::Mode::DISABLED)
{
return {};
}