Removed the TODO comment

This commit is contained in:
2025-04-23 12:22:02 +03:00
parent 2cb868d747
commit 4ea7b25e4d

View File

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