fix display of error notification

This commit is contained in:
Stanley Dimant
2023-01-31 17:09:44 +01:00
parent 959803a57c
commit ef5e77017f

View File

@@ -531,7 +531,7 @@ public class SettingsUi : Window, IDisposable
+ Environment.NewLine + "'Toast' will show Warning toast notifications in the bottom right corner"
+ Environment.NewLine + "'Both' will show chat as well as the toast notification");
if (ImGui.BeginCombo("Error Notification Display", warnNotifLocation.ToString()))
if (ImGui.BeginCombo("Error Notification Display", errorNotifLocation.ToString()))
{
foreach (var item in (NotificationLocation[])Enum.GetValues(typeof(NotificationLocation)))
{