mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Go back button in browser
This commit is contained in:
parent
36091920c1
commit
5cdd99723d
@ -48,6 +48,11 @@ public partial class BrowserWindow : MetroWindow
|
|||||||
Clipboard.SetText(vm.Address.ToString());
|
Clipboard.SetText(vm.Address.ToString());
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.BackButton.Command = ReactiveCommand.Create(() =>
|
||||||
|
{
|
||||||
|
Browser.GoBack();
|
||||||
|
});
|
||||||
|
|
||||||
vm.RunWrapper(CancellationToken.None)
|
vm.RunWrapper(CancellationToken.None)
|
||||||
.ContinueWith(_ => Dispatcher.Invoke(Close));
|
.ContinueWith(_ => Dispatcher.Invoke(Close));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user