Removed the TODO comment
This commit is contained in:
@@ -72,9 +72,6 @@
|
|||||||
|
|
||||||
private async Task DeletePluginButtonClick(string pluginName)
|
private async Task DeletePluginButtonClick(string pluginName)
|
||||||
{
|
{
|
||||||
|
|
||||||
//TODO: Unload the plugin
|
|
||||||
|
|
||||||
PluginLoader.UnloadAllPlugins();
|
PluginLoader.UnloadAllPlugins();
|
||||||
|
|
||||||
Logger.Log($"Deleting plugin {pluginName}", this);
|
Logger.Log($"Deleting plugin {pluginName}", this);
|
||||||
|
|||||||
Reference in New Issue
Block a user