Update ModFileSystemSelector.cs re-add forgotten reference during rebase.

This commit is contained in:
Sebastina 2023-04-07 10:16:22 -05:00 committed by Ottermandias
parent 2bfd5d138f
commit 19efd766fc

View file

@ -91,6 +91,7 @@ public sealed partial class ModFileSystemSelector : FileSystemSelector<Mod, ModF
_communicator.ModDiscoveryStarted.Subscribe(StoreCurrentSelection);
_communicator.ModDiscoveryFinished.Subscribe(RestoreLastSelection);
OnCollectionChange(CollectionType.Current, null, _collectionManager.Active.Current, "");
ExternalModImporter.ModFileSystemSelectorInstance = this;
}
public override void Dispose()