mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix for website readmes not opening
This commit is contained in:
parent
0e935ec261
commit
5838fc9d80
@ -94,7 +94,7 @@ namespace Wabbajack
|
|||||||
public void OpenReadmeWindow()
|
public void OpenReadmeWindow()
|
||||||
{
|
{
|
||||||
if (string.IsNullOrEmpty(Readme)) return;
|
if (string.IsNullOrEmpty(Readme)) return;
|
||||||
if (false) //SourceModList.ReadmeIsWebsite)
|
if (SourceModList.ReadmeIsWebsite)
|
||||||
{
|
{
|
||||||
Process.Start(Readme);
|
Process.Start(Readme);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user