Wire up the disposer for cleaning up unused objects, i.e disposing a VM will remove it from the view
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Hyperbar.Windows.Primary;
|
||||
[JsonDerivedType(typeof(ProcessCommandConfiguration), typeDiscriminator: "ProcessCommand")]
|
||||
public class PrimaryCommandConfiguration
|
||||
{
|
||||
public required string Id { get; set; }
|
||||
public required Guid Id { get; set; }
|
||||
|
||||
public required string Icon { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user