patch: listplugs, plugin version system and progress bar

This commit is contained in:
2022-08-25 15:15:47 +03:00
parent b98f57fcf8
commit f6442af30c
10 changed files with 210 additions and 55 deletions

View File

@@ -181,7 +181,7 @@ namespace PluginManager
SaveConfig(SaveType.NORMAL);
}
public static async void SaveConfig(SaveType type)
public static async Task SaveConfig(SaveType type)
{
if (type == SaveType.NORMAL)
{