feat: add quest and error toasts

This commit is contained in:
Anna Clemens 2021-04-06 18:36:09 -04:00
parent 72a981057f
commit eaf6dec8e4
No known key found for this signature in database
GPG key ID: 0B391D8F06FCD9E0
3 changed files with 370 additions and 77 deletions

View file

@ -277,7 +277,7 @@ namespace Dalamud.Interface
ImGui.InputText("Toast text", ref this.inputTextToast, 200);
if (ImGui.Button("Show toast"))
this.dalamud.Framework.Gui.Toast.Show(this.inputTextToast);
this.dalamud.Framework.Gui.Toast.ShowNormal(this.inputTextToast);
break;
}
}