mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 21:03:43 +01:00
fix: actually add toast debug to combo array
This commit is contained in:
parent
e5353b943a
commit
a873ffebc2
1 changed files with 2 additions and 2 deletions
|
|
@ -86,9 +86,9 @@ namespace Dalamud.Interface
|
||||||
new[]
|
new[]
|
||||||
{
|
{
|
||||||
"ServerOpCode", "Address", "Actor Table", "Font Test", "Party List", "Plugin IPC", "Condition",
|
"ServerOpCode", "Address", "Actor Table", "Font Test", "Party List", "Plugin IPC", "Condition",
|
||||||
"Gauge", "Command", "Addon", "Addon Inspector", "StartInfo", "Target",
|
"Gauge", "Command", "Addon", "Addon Inspector", "StartInfo", "Target", "Toast",
|
||||||
},
|
},
|
||||||
13);
|
14);
|
||||||
|
|
||||||
ImGui.Checkbox("Resolve GameData", ref this.resolveGameData);
|
ImGui.Checkbox("Resolve GameData", ref this.resolveGameData);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue