Fix for website readmes not opening

This commit is contained in:
Justin Swanson 2020-01-20 22:28:45 -06:00
parent 0e935ec261
commit 5838fc9d80

View File

@ -94,7 +94,7 @@ namespace Wabbajack
public void OpenReadmeWindow()
{
if (string.IsNullOrEmpty(Readme)) return;
if (false) //SourceModList.ReadmeIsWebsite)
if (SourceModList.ReadmeIsWebsite)
{
Process.Start(Readme);
}