Incorporating review comments. Adding nativeUI setting for launchers.
This commit is contained in:
+1
-1
@@ -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 {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user