Added warning to Vortex Installer startup

This commit is contained in:
erri120 2019-12-03 13:20:16 +01:00
parent b6089c34f6
commit 2ee7b92df9
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -31,6 +31,12 @@ namespace Wabbajack.Lib
protected override bool _Begin()
{
MessageBox.Show(
"Vortex Support is still experimental and may produce unexpected results. " +
"If anything fails go to the special vortex support channels on the discord. @erri120#2285 " +
"for support.", "Warning",
MessageBoxButton.OK);
ConfigureProcessor(10, RecommendQueueSize());
Directory.CreateDirectory(DownloadFolder);