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