From e2ea30c2fb7c84d6d722ed67f3dffc60e85df26f Mon Sep 17 00:00:00 2001 From: Soreepeong Date: Wed, 5 Jun 2024 00:13:16 +0900 Subject: [PATCH] Add TODO for PluginStats --- Dalamud/Interface/Internal/Windows/Data/Widgets/TexWidget.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dalamud/Interface/Internal/Windows/Data/Widgets/TexWidget.cs b/Dalamud/Interface/Internal/Windows/Data/Widgets/TexWidget.cs index f579b4d59..9dcb9b84a 100644 --- a/Dalamud/Interface/Internal/Windows/Data/Widgets/TexWidget.cs +++ b/Dalamud/Interface/Internal/Windows/Data/Widgets/TexWidget.cs @@ -31,6 +31,8 @@ namespace Dalamud.Interface.Internal.Windows.Data.Widgets; /// internal class TexWidget : IDataWindowWidget { + // TODO: move tracking implementation to PluginStats where applicable, + // and show stats over there instead of TexWidget. private static readonly Dictionary< DrawBlameTableColumnUserId, Func> DrawBlameTableColumnColumnComparers = new()