From a873ffebc2285e9ab5f7735ecd05df7b49b8f9b3 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Tue, 6 Apr 2021 16:02:13 +0200 Subject: [PATCH] fix: actually add toast debug to combo array --- Dalamud/Interface/DalamudDataWindow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dalamud/Interface/DalamudDataWindow.cs b/Dalamud/Interface/DalamudDataWindow.cs index 999b2d607..38f462ff0 100644 --- a/Dalamud/Interface/DalamudDataWindow.cs +++ b/Dalamud/Interface/DalamudDataWindow.cs @@ -86,9 +86,9 @@ namespace Dalamud.Interface new[] { "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);