diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2f57b8..83c09be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ #### Version TBD * Fixed issues related to high RAM usage * The resumable downloads now reserve drive space to write to in advance instead of being managed in system RAM + * remove LoversLab from the "Logins" Setting because it is deprecated for ages now and only causes confusion, + just for the unlikely probability that LL will fix their proper API. * Added safety to install path selection, to ensure that no files are deleted that are not intended to be. * Fixed allowing back button during install which can result in multiple install processes * fixed search filter not applying when pressing back button and reaccessing gallery diff --git a/Wabbajack.App.Wpf/App.xaml.cs b/Wabbajack.App.Wpf/App.xaml.cs index 7cb399d9..4fd29c41 100644 --- a/Wabbajack.App.Wpf/App.xaml.cs +++ b/Wabbajack.App.Wpf/App.xaml.cs @@ -182,7 +182,9 @@ namespace Wabbajack services.AddTransient(); // Login Managers - services.AddAllSingleton(); + + //Disabled LL because it is currently not used and broken due to the way LL butchers their API + //services.AddAllSingleton(); services.AddAllSingleton(); services.AddAllSingleton(); services.AddSingleton();