hotfix: undo change that broke plugin window

This commit is contained in:
Raymond 2021-09-14 19:08:03 -04:00
parent b9d8a2f207
commit ac34a43ab3

View file

@ -647,9 +647,6 @@ namespace Dalamud.Interface.Internal.Windows
configuration.Save();
this.devPluginLocationsChanged = false;
this.thirdRepoListChanged = false;
_ = Service<PluginManager>.Get().ReloadPluginMastersAsync();
}
}