pi: force-reload pluginmasters when toggling testing on a plugin

This commit is contained in:
goat 2024-07-22 00:34:49 +02:00
parent 42c728ec6c
commit 7830d7651b

View file

@ -2889,6 +2889,7 @@ internal class PluginInstallerWindow : Window, IDisposable
}
configuration.QueueSave();
_ = pluginManager.ReloadPluginMastersAsync();
}
if (repoManifest?.IsTestingExclusive == true)