Skip to content

Commit

Permalink
Merge pull request #2647 from wabbajack-tools/Hide-VectorPlexus-UI-Login
Browse files Browse the repository at this point in the history
removed the vector plexus login from the settings UI
  • Loading branch information
EzioTheDeadPoet authored Nov 16, 2024
2 parents 5239f6d + 5e9f7a5 commit 5974650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Wabbajack will now put modfile Titles, Description and Version into the `.meta` file.
* Fix for CLI not working on certain commands due to required assemblies being removed on publish
* Improved Wabbajack CLI inline-report: now automatically tries to open the report in the browser on running the command
* Removed Vector Plexus Login from the UI cause with the only file being used from the having an official off-site mirror it isn't needed.

#### Version - 3.7.4.0 - 10/15/2024
* Fix for gallery not properly showing lists that are in maintenance.
Expand Down
3 changes: 2 additions & 1 deletion Wabbajack.App.Wpf/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ private static IServiceCollection ConfigureServices(IServiceCollection services)
//Disabled LL because it is currently not used and broken due to the way LL butchers their API
//services.AddAllSingleton<INeedsLogin, LoversLabLoginManager>();
services.AddAllSingleton<INeedsLogin, NexusLoginManager>();
services.AddAllSingleton<INeedsLogin, VectorPlexusLoginManager>();
//Disabled VP due to frequent login issues & because the only file that really got downloaded there has a mirror
//services.AddAllSingleton<INeedsLogin, VectorPlexusLoginManager>();
services.AddSingleton<ManualDownloadHandler>();
services.AddSingleton<ManualBlobDownloadHandler>();

Expand Down

0 comments on commit 5974650

Please sign in to comment.