fix: update plugin button didnt work

This commit is contained in:
Raymond 2021-09-14 13:47:33 -04:00
parent 56002d5e98
commit 830a11b6ec

View file

@ -1361,7 +1361,7 @@ namespace Dalamud.Interface.Internal.Windows
{ {
this.installStatus = OperationStatus.InProgress; this.installStatus = OperationStatus.InProgress;
Task.Run(() => pluginManager.UpdateSinglePluginAsync(update, true, false)) Task.Run(async () => await pluginManager.UpdateSinglePluginAsync(update, true, false))
.ContinueWith(task => .ContinueWith(task =>
{ {
// There is no need to set as Complete for an individual plugin installation // There is no need to set as Complete for an individual plugin installation