Fixed plugin reloading

This commit is contained in:
2025-06-17 17:20:03 +03:00
parent e9b61cc4be
commit f68b6cb877
6 changed files with 68 additions and 56 deletions

View File

@@ -82,7 +82,7 @@
private async Task DeletePluginButtonClick(InstalledPlugin plugin)
{
PluginLoader.UnloadAllPlugins();
await PluginLoader.UnloadAllPlugins();
Logger.Log($"Deleting plugin {plugin.Name}", this);

View File

@@ -30,7 +30,7 @@
</div>
<button type="submit" class="btn btn-primary w-100">
Save&nbsp;<i class="bi bi-check-lg"></i>
Save
</button>
</EditForm>
</CenteredCard>