View Nexus Site will now open WJ page when not in slideshow

This commit is contained in:
erri120 2019-09-26 13:30:03 +02:00
parent d4c573e97f
commit fd0056d7b1
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135
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(() =>
{