mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 20:07:21 +01:00
fix display of error notification
This commit is contained in:
parent
959803a57c
commit
ef5e77017f
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ public class SettingsUi : Window, IDisposable
|
||||||
+ Environment.NewLine + "'Toast' will show Warning toast notifications in the bottom right corner"
|
+ 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");
|
+ 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)))
|
foreach (var item in (NotificationLocation[])Enum.GetValues(typeof(NotificationLocation)))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue