From 8d7dd36a10a7d85e4bf430f39373089f264cafd7 Mon Sep 17 00:00:00 2001 From: Simon G Date: Sat, 10 Apr 2021 15:06:59 +0200 Subject: [PATCH] - refactor --- Mystify/ViewModels/MainWindowViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Mystify/ViewModels/MainWindowViewModel.cs b/Mystify/ViewModels/MainWindowViewModel.cs index 19f31fe..9a8f7c3 100644 --- a/Mystify/ViewModels/MainWindowViewModel.cs +++ b/Mystify/ViewModels/MainWindowViewModel.cs @@ -49,6 +49,7 @@ namespace Mystify.ViewModels _mainModel?.LoadDriverAndDevice(openFileDialog.Directory); }); + public ICommand AllocateControllableCommand => ReactiveCommand.Create(() => {