Uncomment temporary disabling of toast notifications

Signed-off-by: AMZN-Phil <pconroy@amazon.com>
This commit is contained in:
AMZN-Phil
2021-11-04 15:20:35 -07:00
parent 99ef2735b7
commit 9d977e81da
@@ -188,7 +188,7 @@ namespace O3DE::ProjectManager
toastConfiguration.m_customIconImage = ":/gem.svg";
toastConfiguration.m_borderRadius = 4;
toastConfiguration.m_duration = AZStd::chrono::milliseconds(3000);
//m_notificationsView->ShowToastNotification(toastConfiguration);
m_notificationsView->ShowToastNotification(toastConfiguration);
}
}