feat: add "updated" label to plugin installer when a plugin was updated

This commit is contained in:
goat 2020-06-08 14:05:23 +02:00
parent 75b722eae0
commit aa84c06cd1
5 changed files with 52 additions and 23 deletions

View file

@ -227,7 +227,7 @@ namespace Dalamud.Game {
try
{
var hasNeedsUpdate = this.dalamud.PluginRepository.UpdatePlugins(true).UpdatedCount != 0;
var hasNeedsUpdate = this.dalamud.PluginRepository.UpdatePlugins(true).UpdatedPlugins.Length != 0;
if (hasNeedsUpdate)
{