Notify on single plugin update

This commit is contained in:
Raymond 2021-07-15 10:21:12 -04:00
parent ea9ce0d776
commit d6fbe7a837
2 changed files with 7 additions and 3 deletions

View file

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