@ -24,7 +24,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 {};
}
@ -28,7 +28,7 @@ namespace AZ
@ -20,7 +20,7 @@ namespace AZ