mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 12:53:41 +01:00
feat: add quest and error toasts
This commit is contained in:
parent
72a981057f
commit
eaf6dec8e4
3 changed files with 370 additions and 77 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue