Merge pull request #55 from erri120/visit-fix

View Nexus Site will now open WJ page when not in slideshow
This commit is contained in:
Timothy Baldridge 2019-09-26 14:56:48 -06:00 committed by GitHub
commit 5df7251f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -244,7 +244,7 @@ namespace Wabbajack
}
}
private string _nexusSiteURL = null;
public string _nexusSiteURL = null;
private void VisitNexusSite()
{

View File

@ -40,6 +40,7 @@ namespace Wabbajack
Utils.SetStatusFn((msg, progress) => WorkQueue.Report(msg, progress));
UIUtils.Dispatcher = Dispatcher;
_state._nexusSiteURL = "https://github.com/halgari/wabbajack";
new Thread(() =>
{