mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-15 20:37:42 +01:00
pi: "update all plugins" button must update banned plugins
This commit is contained in:
parent
1c03242aa9
commit
c91e24cb58
3 changed files with 4 additions and 7 deletions
|
|
@ -726,7 +726,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
this.loadingIndicatorKind = LoadingIndicatorKind.UpdatingAll;
|
||||
|
||||
var toUpdate = this.pluginListUpdatable
|
||||
.Where(x => x.InstalledPlugin.IsLoaded)
|
||||
.Where(x => x.InstalledPlugin.IsWantedByAnyProfile)
|
||||
.ToList();
|
||||
|
||||
Task.Run(() => pluginManager.UpdatePluginsAsync(toUpdate, false))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue