mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
fix: force IsHide to false for main repo api9 plugins
makes outdated plugins show again when searched for
This commit is contained in:
parent
3a922e4d58
commit
5033a4b770
3 changed files with 11 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue