From 5dfe353991e25d258db9b6ef053838ea364b1631 Mon Sep 17 00:00:00 2001 From: zznty <94796179+zznty@users.noreply.github.com> Date: Sat, 10 May 2025 20:58:04 +0700 Subject: [PATCH] remove done todo --- CringePlugins/Ui/PluginListComponent.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/CringePlugins/Ui/PluginListComponent.cs b/CringePlugins/Ui/PluginListComponent.cs index f50d0fe..e0663a2 100644 --- a/CringePlugins/Ui/PluginListComponent.cs +++ b/CringePlugins/Ui/PluginListComponent.cs @@ -85,7 +85,6 @@ internal class PluginListComponent : IRenderComponent if (BeginTabBar("Main")) { - // TODO support for opening plugin loader plugin config (reflection call to a specific method) if (BeginTabItem("Installed Plugins")) { if (BeginTable("InstalledTable", 3, ImGuiTableFlags.ScrollY | ImGuiTableFlags.Resizable))