mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
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:
commit
5df7251f0f
@ -244,7 +244,7 @@ namespace Wabbajack
|
||||
}
|
||||
}
|
||||
|
||||
private string _nexusSiteURL = null;
|
||||
public string _nexusSiteURL = null;
|
||||
|
||||
private void VisitNexusSite()
|
||||
{
|
||||
|
@ -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(() =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user