few other fixes

This commit is contained in:
Timothy Baldridge 2019-10-22 14:16:21 -06:00
parent 59e34b7e73
commit b32cd14a25

View File

@ -65,6 +65,8 @@ namespace Wabbajack.UI
var state = DownloadDispatcher.ResolveArchive(_url);
state.Download(new Archive {Name = _downloadName}, _destination);
_destination.FileSHA256();
_parent.Result = DownloadWindow.WindowResult.Completed;
_parent.Dispatcher.Invoke(() => _parent.Close());