mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-31 21:03:48 +01:00
Add settings cleanup to Auto-Generate Groups.
This commit is contained in:
parent
cd74a41453
commit
88a1e9f2ae
2 changed files with 12 additions and 3 deletions
|
|
@ -519,6 +519,10 @@ namespace Penumbra.Mod
|
|||
meta.Groups.Add( groupDir.Name, @group );
|
||||
}
|
||||
}
|
||||
|
||||
foreach(var collection in Service<ModManager>.Get().Collections.Collections.Values)
|
||||
collection.UpdateSetting(baseDir, meta, true);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue