mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-24 01:19:18 +01:00
pi: force-reload pluginmasters when toggling testing on a plugin
This commit is contained in:
parent
42c728ec6c
commit
7830d7651b
1 changed files with 1 additions and 0 deletions
|
|
@ -2889,6 +2889,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
||||||
}
|
}
|
||||||
|
|
||||||
configuration.QueueSave();
|
configuration.QueueSave();
|
||||||
|
_ = pluginManager.ReloadPluginMastersAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (repoManifest?.IsTestingExclusive == true)
|
if (repoManifest?.IsTestingExclusive == true)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue