more work

This commit is contained in:
Pascal
2025-11-14 11:38:51 +01:00
parent bb96755232
commit a22f6238d4

View File

@@ -38,7 +38,6 @@ public class InstallActionViewModel(InstallAction action, IActionSet baseActions
set
{
action.Id = value;
OnPropertyChanged();
OnPropertyChanged(nameof(InheritedId));
}
}
@@ -73,7 +72,6 @@ public class InstallActionViewModel(InstallAction action, IActionSet baseActions
set
{
action.DestPath = value;
OnPropertyChanged();
OnPropertyChanged(nameof(InheritedDestPath));
}
}
@@ -90,7 +88,6 @@ public class InstallActionViewModel(InstallAction action, IActionSet baseActions
set
{
action.SourceType = value;
OnPropertyChanged();
OnPropertyChanged(nameof(InheritedSourceType));
}
}
@@ -125,7 +122,6 @@ public class InstallActionViewModel(InstallAction action, IActionSet baseActions
set
{
action.Side = value;
OnPropertyChanged();
OnPropertyChanged(nameof(InheritedSide));
}
}