Renaming nativeUI mode setting for all platforms
This commit is contained in:
+1
-1
@@ -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
|
||||
{
|
||||
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 {};
|
||||
}
|
||||
|
||||
@@ -20,7 +20,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