fix: actually add toast debug to combo array

This commit is contained in:
goat 2021-04-06 16:02:13 +02:00
parent e5353b943a
commit a873ffebc2

View file

@ -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);