mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Removed vestigial MainWindowVM.ViewDispatcher
This commit is contained in:
parent
6c4fbc8476
commit
507c71d1d8
@ -40,11 +40,8 @@ namespace Wabbajack
|
||||
public readonly UserInterventionHandlers UserInterventionHandlers;
|
||||
public readonly LoginManagerVM LoginManagerVM;
|
||||
|
||||
|
||||
public readonly List<ViewModel> NavigationTrail = new List<ViewModel>();
|
||||
|
||||
public Dispatcher ViewDispatcher { get; set; }
|
||||
|
||||
public ICommand CopyVersionCommand { get; }
|
||||
|
||||
public ICommand ShowLoginManagerVM { get; }
|
||||
@ -54,7 +51,6 @@ namespace Wabbajack
|
||||
public MainWindowVM(MainWindow mainWindow, MainSettings settings)
|
||||
{
|
||||
MainWindow = mainWindow;
|
||||
ViewDispatcher = MainWindow.Dispatcher;
|
||||
Settings = settings;
|
||||
Installer = new Lazy<InstallerVM>(() => new InstallerVM(this));
|
||||
Compiler = new Lazy<CompilerVM>(() => new CompilerVM(this));
|
||||
|
Loading…
Reference in New Issue
Block a user