You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autodetected mods and DLC are listed when using the CLI "list" command, which uses Registry.Installed() as its source of entries to be listed.
Autodetected mods and Detected DLC is not appearing in the GUI or consoleui, though (whichever GUI filter is chosen). Consoleui/ModListScreen and GUI.MainModList use registry.InstalledModules. Any chance we can normalise the three UIs?
See discussion on PR #2326, which added support for DLC detection.
The text was updated successfully, but these errors were encountered:
Autodetected mods and DLC are listed when using the CLI "list" command, which uses Registry.Installed() as its source of entries to be listed.
Autodetected mods and Detected DLC is not appearing in the GUI or consoleui, though (whichever GUI filter is chosen). Consoleui/ModListScreen and GUI.MainModList use registry.InstalledModules. Any chance we can normalise the three UIs?
See discussion on PR #2326, which added support for DLC detection.
The text was updated successfully, but these errors were encountered: