mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
restored warning removed in error, updated changelog, removed debug includes
This commit is contained in:
parent
98c12d46f0
commit
5b8e3725c6
@ -1,5 +1,8 @@
|
||||
### Changelog
|
||||
|
||||
### Version - TBA
|
||||
* Fixed some UI issues arising from 3.2.0.0 changes - more informative error text, drive space checking, wiki link button
|
||||
|
||||
#### Version - 3.2.0.0 - 7/16/2023
|
||||
* 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
|
||||
|
@ -35,8 +35,6 @@ using Wabbajack.Paths.IO;
|
||||
using Wabbajack.Services.OSIntegrated;
|
||||
using Wabbajack.Util;
|
||||
using System.Windows.Forms;
|
||||
using System.Web;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace Wabbajack;
|
||||
|
||||
|
@ -22,6 +22,7 @@ using Wabbajack.Networking.Http.Interfaces;
|
||||
using Wabbajack.Networking.NexusApi;
|
||||
using Wabbajack.Paths;
|
||||
using Wabbajack.Paths.IO;
|
||||
#pragma warning disable SYSLIB0014
|
||||
|
||||
namespace Wabbajack.Launcher.ViewModels;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user