Add support for retainer collections, fix deleted assignments not updating identifiers.

This commit is contained in:
Ottermandias 2022-11-21 15:33:33 +01:00
parent e47ca842b2
commit 304b75e7d2
8 changed files with 233 additions and 107 deletions

View file

@ -137,6 +137,7 @@ public sealed partial class ConfigWindow : Window, IDisposable
{
_selector.Dispose();
_modPanel.Dispose();
_collectionsTab.Dispose();
ModEditPopup.Dispose();
}