@ -54,11 +54,10 @@ namespace Mystify.ViewModels
RaisePropertyChanged(() => Controllables);
});
public ICommand AllocateControllableCommand =>
ReactiveCommand.Create(() =>
{
if (SelectedControllable != null)
SelectedChannel?.AllocateControllable(SelectedControllable);
public ICommand AllocateControllableCommand => ReactiveCommand.Create(() =>
}