mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
dev plugins are now allowed to be in profiles
This commit is contained in:
parent
57b8a5d932
commit
af2f0f290f
1 changed files with 1 additions and 1 deletions
|
|
@ -2555,7 +2555,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
var profileManager = Service<ProfileManager>.Get();
|
||||
var config = Service<DalamudConfiguration>.Get();
|
||||
|
||||
var applicableForProfiles = plugin.Manifest.SupportsProfiles && !plugin.IsDev;
|
||||
var applicableForProfiles = plugin.Manifest.SupportsProfiles /*&& !plugin.IsDev*/;
|
||||
var profilesThatWantThisPlugin = profileManager.Profiles
|
||||
.Where(x => x.WantsPlugin(plugin.Manifest.WorkingPluginId) != null)
|
||||
.ToArray();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue