From 4ea7b25e4df4306ed69c73b46c5b58a63795b354 Mon Sep 17 00:00:00 2001 From: Andrei Tudor Date: Wed, 23 Apr 2025 12:22:02 +0300 Subject: [PATCH] Removed the TODO comment --- WebUI/Components/Pages/Plugins/Local.razor | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/WebUI/Components/Pages/Plugins/Local.razor b/WebUI/Components/Pages/Plugins/Local.razor index c692f0d..a54749d 100644 --- a/WebUI/Components/Pages/Plugins/Local.razor +++ b/WebUI/Components/Pages/Plugins/Local.razor @@ -71,10 +71,7 @@ private OnlinePlugin? _selectedPluginDetails; private async Task DeletePluginButtonClick(string pluginName) - { - - //TODO: Unload the plugin - + { PluginLoader.UnloadAllPlugins(); Logger.Log($"Deleting plugin {pluginName}", this);