fix: force IsHide to false for main repo api9 plugins

makes outdated plugins show again when searched for
This commit is contained in:
goat 2023-10-05 21:54:07 +02:00
parent 3a922e4d58
commit 5033a4b770
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
3 changed files with 11 additions and 3 deletions

View file

@ -1909,7 +1909,6 @@ internal class PluginInstallerWindow : Window, IDisposable
private void DrawAvailablePlugin(RemotePluginManifest manifest, int index)
{
var configuration = Service<DalamudConfiguration>.Get();
var notifications = Service<NotificationManager>.Get();
var pluginManager = Service<PluginManager>.Get();
var useTesting = pluginManager.UseTesting(manifest);