mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 03:49:19 +01:00
Notify on single plugin update
This commit is contained in:
parent
ea9ce0d776
commit
d6fbe7a837
2 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue