mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
View Nexus Site will now open WJ page when not in slideshow
This commit is contained in:
parent
d4c573e97f
commit
fd0056d7b1
@ -244,7 +244,7 @@ namespace Wabbajack
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private string _nexusSiteURL = null;
|
public string _nexusSiteURL = null;
|
||||||
|
|
||||||
private void VisitNexusSite()
|
private void VisitNexusSite()
|
||||||
{
|
{
|
||||||
|
@ -40,6 +40,7 @@ namespace Wabbajack
|
|||||||
Utils.SetStatusFn((msg, progress) => WorkQueue.Report(msg, progress));
|
Utils.SetStatusFn((msg, progress) => WorkQueue.Report(msg, progress));
|
||||||
UIUtils.Dispatcher = Dispatcher;
|
UIUtils.Dispatcher = Dispatcher;
|
||||||
|
|
||||||
|
_state._nexusSiteURL = "https://github.com/halgari/wabbajack";
|
||||||
|
|
||||||
new Thread(() =>
|
new Thread(() =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user